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 dbcc57b commit 83c5ce9Copy full SHA for 83c5ce9
README.md
@@ -16,7 +16,7 @@ Sbt-scoverage is an SBT auto plugin. This means it will only work with SBT 0.13.
16
17
Add the plugin to your build with the following in project/plugins.sbt:
18
```scala
19
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.4")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.1.0")
20
```
21
22
Then run the your tests with coverage enabled by entering:
0 commit comments