Skip to content

Commit

Permalink
Update sbt-scoverage to 2.2.0 (#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 10, 2024
1 parent 1f8842f commit 44f003f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
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.5")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
addSbtPlugin("com.github.sbt" % "sbt-digest" % "2.0.0")
addSbtPlugin("com.github.sbt" % "sbt-gzip" % "2.0.0")

Expand Down

0 comments on commit 44f003f

Please sign in to comment.