Skip to content

Commit 541bed3

Browse files
authored
Merge pull request #189 from cranst0n/patch-1
Update version in README.
2 parents d249cd7 + 74f2937 commit 541bed3

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)