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.5.1
1 parent e3572c3 commit 66f1efbCopy full SHA for 66f1efb
README.md
@@ -13,14 +13,18 @@ discussion on scoverage.
13
14
## How to use
15
16
-Make sure your sbt version in project/build.properties:
+Make sure your SBT version in project/build.properties:
17
```
18
-sbt.version = 0.13.13
+sbt.version = 0.13.16
19
+```
20
+or
21
22
+sbt.version = 1.0.0
23
24
25
Add the plugin in project/plugins.sbt:
26
```scala
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")
27
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
28
29
30
Run the tests with enabled coverage:
0 commit comments