From 88db6466a7783ae2c8b4badd098ba04945ee5e97 Mon Sep 17 00:00:00 2001 From: shardings <154099287@qq.com> Date: Tue, 2 May 2017 22:16:43 +0800 Subject: [PATCH] Update README.md: add sbt version demand --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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")