Skip to content

Commit

Permalink
Update sbt-scoverage to 2.2.2 (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 1, 2024
1 parent c7eb941 commit ddb9cd0
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 @@ -6,4 +6,4 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
// sbt scalafmtAll
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
// sbt clean coverage test coverageReport
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")

0 comments on commit ddb9cd0

Please sign in to comment.