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

Commit c9c83e5

Browse files
committed
Update plugin version on README
Fixed removed sbt-scoverage version to the latest. Fixes #10
1 parent d298d8d commit c9c83e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To start, add the `scoverage` and Codacy sbt plugins into your plugins.sbt file:
1919
```sbt
2020
resolvers += "Typesafe Repository" at "https://repo.typesafe.com/typesafe/releases/"
2121

22-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.1")
22+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.3")
2323

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

0 commit comments

Comments
 (0)