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

Commit 554a355

Browse files
rtfpessoamrfyda
authored andcommitted
Update readme version (#41)
1 parent 175fc54 commit 554a355

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ resolvers += "Typesafe Repository" at "https://repo.typesafe.com/typesafe/releas
2020

2121
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")
2222

23-
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.7")
23+
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "<latest-version>")
2424
```
2525

26+
> Check latest version in https://maven-badges.herokuapp.com/maven-central/com.codacy/sbt-codacy-coverage
27+
2628
Coverage should now be enabled for your project.
2729
To run the tests and create coverage files, type in your terminal:
2830

0 commit comments

Comments
 (0)