Skip to content

Commit

Permalink
Update sbt-scoverage to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 4, 2024
1 parent 67a76d0 commit 37c0c87
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
@@ -1,7 +1,7 @@
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.7")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
addSbtPlugin("au.com.onegeek" %% "sbt-dotenv" % "2.1.233")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31")
addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.6")
Expand Down

0 comments on commit 37c0c87

Please sign in to comment.