Skip to content

Commit 74f2937

Browse files
authored
Update version in README.
1 parent 69f71dc commit 74f2937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ discussion on scoverage.
1515

1616
Add the plugin in project/plugins.sbt:
1717
```scala
18-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")
18+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.4.0")
1919
```
2020

2121
Run the tests with enabled coverage:

0 commit comments

Comments
 (0)