Skip to content

Commit 6cb7404

Browse files
Update sbt-scoverage to 2.4.0 in series/0.6.x
1 parent 88798b9 commit 6cb7404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ThisBuild / libraryDependencySchemes ++= Seq(
66
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.0")
77
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.0")
88
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
9-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
9+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0")
1010
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0")
1111
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
1212
addSbtPlugin("com.armanbilge" % "sbt-scala-native-config-brew-github-actions" % "0.4.0")

0 commit comments

Comments
 (0)