Skip to content

Commit

Permalink
Update sbt-scoverage to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 16, 2025
1 parent bfea39f commit 067742d
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 @@ -2,7 +2,7 @@ logLevel := Level.Warn

resolvers += Classpaths.sbtPluginReleases

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1")

Expand Down

0 comments on commit 067742d

Please sign in to comment.