Skip to content

Commit 780e5f1

Browse files
Update sbt-scoverage to 2.4.1 (#994)
1 parent eace9f9 commit 780e5f1

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-ci-release" % "1.11.2")
22
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
4-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0")
4+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.1")
55
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.4")
66

77
if (System.getProperty("add-scapegoat-plugin") == "true")

0 commit comments

Comments
 (0)