Skip to content

Commit 33a3dbd

Browse files
Update sbt-scoverage to 2.2.2 (#705)
Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
1 parent 8aa26b4 commit 33a3dbd

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("com.github.sbt" % "sbt-unidoc" % "0.5.0")
22
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
33
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
4-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
4+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
55
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
66
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")
77
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)