We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e979214 commit eabd0e4Copy full SHA for eabd0e4
README.md
@@ -15,7 +15,7 @@ Add the plugin to your build with the following in project/build.sbt:
15
```scala
16
resolvers += Classpaths.sbtPluginReleases
17
18
-addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "0.99.5")
+addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "0.99.5.1")
19
```
20
21
Add the plugin settings to your project somewhere in build.sbt:
0 commit comments