diff --git a/README.md b/README.md index c066256f..585b8e85 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ discussion on scoverage. ## How to use +Make sure your sbt version in project/build.properties: +``` +sbt.version = 0.13.13 +``` + Add the plugin in project/plugins.sbt: ```scala addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")