Skip to content

Commit 83c5ce9

Browse files
committed
Update README.md
1 parent dbcc57b commit 83c5ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sbt-scoverage is an SBT auto plugin. This means it will only work with SBT 0.13.
1616

1717
Add the plugin to your build with the following in project/plugins.sbt:
1818
```scala
19-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.4")
19+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.1.0")
2020
```
2121

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

0 commit comments

Comments
 (0)