Skip to content

Commit 65e1eac

Browse files
Update sbt-scoverage to 2.0.5
1 parent 3e99a94 commit 65e1eac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/plugins.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")
2-
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11")
3-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.2")
1+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")
2+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11")
3+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.5")

0 commit comments

Comments
 (0)