diff --git a/project/plugins.sbt b/project/plugins.sbt index 8501e6b..1edb51e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") -addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.3") \ No newline at end of file +addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.3") + +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1") + +addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.2") \ No newline at end of file