Skip to content

Commit dbcc57b

Browse files
committed
Classpaths.sbtPluginReleases resolver is available for every SBT project so there is no need to add it in project/plugins.sbt file.
Reported by David Perez in https://groups.google.com/forum/#!topic/scala-code-coverage-tool/IhaTht7Mtbw
1 parent 8a20f55 commit dbcc57b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: README.md

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ 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-
resolvers += Classpaths.sbtPluginReleases
20-
2119
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.4")
2220
```
2321

0 commit comments

Comments
 (0)