Skip to content

Commit

Permalink
Update sbt-scoverage to 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 26, 2024
1 parent fc088ba commit 4fb7d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")

// To enable test coverage analysis
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")

// To keep our dependencies up to date
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")

0 comments on commit 4fb7d86

Please sign in to comment.