Skip to content

Commit

Permalink
Update sbt-scoverage to 2.2.1 (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 28, 2024
1 parent 38868ef commit ca3a9bf
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.2.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.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 ca3a9bf

Please sign in to comment.