Skip to content

Commit 947362f

Browse files
authored
Merge pull request #215 from shardings/patch-1
Update README.md: add sbt version demand
2 parents 45ac495 + 88db646 commit 947362f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ discussion on scoverage.
1313

1414
## How to use
1515

16+
Make sure your sbt version in project/build.properties:
17+
```
18+
sbt.version = 0.13.13
19+
```
20+
1621
Add the plugin in project/plugins.sbt:
1722
```scala
1823
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")

0 commit comments

Comments
 (0)