Skip to content

Commit f17f354

Browse files
Update sbt-scoverage to 2.3.1 (#1250)
1 parent 0ad7f80 commit f17f354

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
@@ -9,7 +9,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
99
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
1010
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
1111
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
12-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
12+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
1313
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1414
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")
1515
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")

0 commit comments

Comments
 (0)