Skip to content

Commit fe25bfb

Browse files
authored
Merge pull request #335 from ckipp01/docs
Remove explicit version in example in docs.
2 parents bffa0fd + 89511a6 commit fe25bfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ sbt.version = 1.2.8
1616
```
1717

1818
Add the plugin in `project/plugins.sbt`:
19+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.scoverage/sbt-scoverage/badge.svg?kill_cache=1)](https://search.maven.org/artifact/org.scoverage/sbt-scoverage/)
1920
```scala
20-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.0")
21+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "x.x.x")
2122
```
2223

2324
Run the tests with enabled coverage:

0 commit comments

Comments
 (0)