Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Coveralls: Round 3. Downgrading sbt-scoverage to make it compatible w…
Browse files Browse the repository at this point in the history
…ith sbt-coveralls
  • Loading branch information
albertpastrana committed Jul 30, 2015
1 parent 714f26a commit 048f1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -2,6 +2,6 @@ resolvers += Classpaths.sbtPluginReleases

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.9")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.2.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.0")

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

0 comments on commit 048f1d2

Please sign in to comment.