Skip to content

Commit

Permalink
Update sbt-scoverage to 2.0.12 (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 8, 2024
1 parent 4c5a123 commit f43f28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
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.0.11")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
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 f43f28b

Please sign in to comment.