Skip to content

Commit d956a2d

Browse files
committed
Fix version
1 parent c3e3c06 commit d956a2d

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
@@ -14,7 +14,7 @@ discussion on scoverage.
1414

1515
Add the plugin to your build with the following in project/plugins.sbt:
1616
```scala
17-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.2")
17+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.3")
1818
```
1919

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

0 commit comments

Comments
 (0)