We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6a6d0 commit 44b8256Copy full SHA for 44b8256
README.md
@@ -17,7 +17,7 @@ Add the plugin to your build with the following in project/plugins.sbt:
17
```scala
18
resolvers += Classpaths.sbtPluginReleases
19
20
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.1")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.4")
21
```
22
23
Then run the your tests with coverage enabled by entering:
0 commit comments