Skip to content

Commit 561774d

Browse files
Update sbt-scoverage to 2.4.3 (#431)
1 parent d4145af commit 561774d

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,6 +1,6 @@
11
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
22
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3")
3-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.2")
3+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.3")
44
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
55
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
66
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")

0 commit comments

Comments
 (0)