Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 5e156bb

Browse files
committed
Update README.md
1 parent df5c82e commit 5e156bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ To start, add the `scoverage` and Codacy sbt plugins into your plugins.sbt file:
1818
```sbt
1919
resolvers += "Typesafe Repository" at "https://repo.typesafe.com/typesafe/releases/"
2020

21-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.3")
21+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")
2222

23-
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.2.1")
23+
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.0")
2424
```
2525

2626
Coverage should now be enabled for your project.

0 commit comments

Comments
 (0)