Skip to content

Commit 66f1efb

Browse files
committed
Upgrade README file in preparation of 1.5.1 release.
1 parent e3572c3 commit 66f1efb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,18 @@ discussion on scoverage.
1313

1414
## How to use
1515

16-
Make sure your sbt version in project/build.properties:
16+
Make sure your SBT version in project/build.properties:
1717
```
18-
sbt.version = 0.13.13
18+
sbt.version = 0.13.16
19+
```
20+
or
21+
```
22+
sbt.version = 1.0.0
1923
```
2024

2125
Add the plugin in project/plugins.sbt:
2226
```scala
23-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")
27+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
2428
```
2529

2630
Run the tests with enabled coverage:

0 commit comments

Comments
 (0)