Skip to content

Commit

Permalink
Update sbt-scoverage to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 10, 2023
1 parent fec0a88 commit a9ffb9c
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 @@ -11,7 +11,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "5.1.0")

// Enables test coverage analysis
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.7")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")

// Checks Maven and Ivy repositories for dependency updates
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")

0 comments on commit a9ffb9c

Please sign in to comment.