Skip to content

Commit

Permalink
add coverage plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
edadma committed Apr 18, 2018
1 parent 0a497a9 commit 38534ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion project/plugins.sbt
@@ -1,3 +1,7 @@
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")

addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.3")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.3")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.2")

0 comments on commit 38534ba

Please sign in to comment.