Skip to content

Commit

Permalink
Update sbt-scoverage to 2.1.1 (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 18, 2024
1 parent ea5e07e commit 777940c
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 @@ -8,7 +8,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")

// This is adding this compiler plugin as a dependency for the build, not the code itself
Expand Down

0 comments on commit 777940c

Please sign in to comment.