Skip to content

Commit

Permalink
downgrade to avoid scoverage/sbt-coveralls#73
Browse files Browse the repository at this point in the history
  • Loading branch information
tscholak committed Feb 16, 2016
1 parent e43fa05 commit a9c0401
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
Expand Up @@ -3,7 +3,7 @@ logLevel := Level.Warn
resolvers += Classpaths.sbtPluginReleases

// Plugin for scoverage:
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.3")
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 a9c0401

Please sign in to comment.