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 5a53ee4 commit 88675ebCopy full SHA for 88675eb
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.5.1")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
28
```
29
30
Run the tests with enabled coverage:
0 commit comments