Skip to content

Commit

Permalink
downgraded sbt-coverage and sbt-coveralls, generating coverage report…
Browse files Browse the repository at this point in the history
… on travis failed, because of the following issue: scoverage/sbt-coveralls#73
  • Loading branch information
KaiHofstetter committed Feb 3, 2016
1 parent e97aea1 commit 99cbdb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resolvers += Classpaths.sbtPluginReleases

// Plugin for scoverage:
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.1")

// Plugin for publishing scoverage results to coveralls:
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.0.3")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.0.0")

0 comments on commit 99cbdb3

Please sign in to comment.