Skip to content

Commit 847b188

Browse files
Update sbt-scoverage to 2.4.2 (#687)
Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
1 parent db7758f commit 847b188

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
@@ -1,7 +1,7 @@
11
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
22
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
4-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.1")
4+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.2")
55
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
66
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.2")
77
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.2")

0 commit comments

Comments
 (0)