Skip to content

Commit

Permalink
Downgrade sbt-coveralls and sbt-scoverage
Browse files Browse the repository at this point in the history
This is needed to avoid scoverage/sbt-coveralls#73.
  • Loading branch information
ruippeixotog committed Feb 27, 2016
1 parent bb78b3f commit 3ea2c75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jdk:
script:
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test
after_success:
- sbt coveralls
- sbt ++$TRAVIS_SCALA_VERSION coveralls
cache:
directories:
- $HOME/.ivy2/cache
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0")

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

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.1")

0 comments on commit 3ea2c75

Please sign in to comment.