Skip to content

Commit

Permalink
Update sbt-scoverage to 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent fa8d432 commit 0481da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -3,7 +3,7 @@
// of jackson is set in build.sbt (with the patch version that is not vulnerable)
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.2")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
addSbtPlugin("com.github.sbt" % "sbt-digest" % "2.0.0")
addSbtPlugin("com.github.sbt" % "sbt-gzip" % "2.0.0")

Expand Down

0 comments on commit 0481da9

Please sign in to comment.