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

Commit ca7b415

Browse files
committed
Updated versions
1 parent 25d9f39 commit ca7b415

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.1.0")
21+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.1")
2222

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

2626
Coverage should now be enabled for your project.

0 commit comments

Comments
 (0)