We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3557b2c commit 68b6cd3Copy full SHA for 68b6cd3
README.md
@@ -24,7 +24,7 @@ sbt.version = 1.1.1
24
25
Add the plugin in project/plugins.sbt:
26
```scala
27
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
28
```
29
30
Run the tests with enabled coverage:
0 commit comments