We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8976e3 commit 6bffea1Copy full SHA for 6bffea1
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.2.2")
+addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "0.99.3")
19
```
20
21
Add the plugin settings to your project somewhere in build.sbt:
0 commit comments