Skip to content

Commit dad1a69

Browse files
Update sbt-scoverage to 2.0.12
1 parent 9fadf33 commit dad1a69

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
@@ -11,7 +11,7 @@ addSbtPlugin("com.github.sbt" % "sbt-github-actions" %
1111
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
1212
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
1313
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
14-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
14+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
1515
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11")
1616
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "5.1.0")
1717
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.5.0")

0 commit comments

Comments
 (0)