Skip to content

Commit 310fd0e

Browse files
Update sbt-scoverage to 2.1.1 (#331)
Co-authored-by: scala-steward <122865766+scala-steward-geirolz[bot]@users.noreply.github.com> Co-authored-by: David Geirola <[email protected]>
1 parent a23c331 commit 310fd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbt.addSbtPlugin
22

33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
4-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
4+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1")
55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
66
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")
77
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")

0 commit comments

Comments
 (0)