Skip to content

Commit 44b8256

Browse files
committed
Updated readme for 1.0.4
1 parent 7b6a6d0 commit 44b8256

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
@@ -17,7 +17,7 @@ Add the plugin to your build with the following in project/plugins.sbt:
1717
```scala
1818
resolvers += Classpaths.sbtPluginReleases
1919

20-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.1")
20+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.4")
2121
```
2222

2323
Then run the your tests with coverage enabled by entering:

0 commit comments

Comments
 (0)