Skip to content

Commit 0cb7931

Browse files
Update sbt-scoverage to 2.4.1
1 parent f29c42f commit 0cb7931

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.scalameta" % "sbt-scalafmt" % "2.5.6")
22
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
33
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
4-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0")
4+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.1")
55
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")
66

77
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")

0 commit comments

Comments
 (0)