We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bffa0fd + 89511a6 commit fe25bfbCopy full SHA for fe25bfb
README.md
@@ -16,8 +16,9 @@ sbt.version = 1.2.8
16
```
17
18
Add the plugin in `project/plugins.sbt`:
19
+[](https://search.maven.org/artifact/org.scoverage/sbt-scoverage/)
20
```scala
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.0")
21
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "x.x.x")
22
23
24
Run the tests with enabled coverage:
0 commit comments