Skip to content

Commit d6c2e14

Browse files
committed
Update sbt-scoverage to 2.4.1
1 parent 3d940fc commit d6c2e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
22
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
33
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
44
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
5-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0")
5+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.1")
66
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
77
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")

0 commit comments

Comments
 (0)