Skip to content

Commit 2999271

Browse files
authored
Merge pull request #103 from yokra9/update/sbt-scoverage-2.0.12
Update sbt-scoverage to 2.0.12
2 parents 6f2eb06 + 535aafc commit 2999271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
22
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
3-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
3+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")

0 commit comments

Comments
 (0)