Skip to content

Commit

Permalink
update sbt-coveralls version
Browse files Browse the repository at this point in the history
  • Loading branch information
ckaestne committed Jan 23, 2015
1 parent 6cbbe0a commit 2f3e5e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions project/Build.scala
Expand Up @@ -88,8 +88,7 @@ object BuildSettings {
</developers>,

credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")
) ++
org.scoverage.coveralls.CoverallsPlugin.coverallsSettings
)
}

object ShellPrompt {
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -11,4 +11,4 @@ resolvers += Classpaths.sbtPluginReleases

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

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

0 comments on commit 2f3e5e3

Please sign in to comment.