Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 42c9389

Browse files
authored
Merge pull request #489 from scala-steward/update/sbt-scoverage-2.0.0
Update sbt-scoverage to 2.0.0
2 parents 277eb22 + 375d1b2 commit 42c9389

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,5 +1,5 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")
22
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
33
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
4-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
4+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")
55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")

0 commit comments

Comments
 (0)