Skip to content

Commit

Permalink
Update sbt-scoverage to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 8, 2023
1 parent 659ad96 commit 40da4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.sbt
@@ -1,5 +1,5 @@
val sbtTypelevelVersion = "0.5.0" // https://github.com/typelevel/sbt-typelevel/releases
val sbtScoverageVersion = "2.0.8" // https://github.com/scoverage/sbt-scoverage/releases
val sbtScoverageVersion = "2.0.9" // https://github.com/scoverage/sbt-scoverage/releases

addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
Expand Down

0 comments on commit 40da4ef

Please sign in to comment.