Skip to content

Commit

Permalink
Merge pull request #3447 from scala-steward/update/sbt-scoverage-2.2.2
Browse files Browse the repository at this point in the history
Update sbt-scoverage to 2.2.2
  • Loading branch information
mergify[bot] authored Oct 20, 2024
2 parents 3f69184 + a1d8307 commit ef0ac8c
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 @@ -10,7 +10,7 @@ addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.4")

ThisBuild / evictionErrorLevel := Level.Info

0 comments on commit ef0ac8c

Please sign in to comment.