diff --git a/project/plugins.sbt b/project/plugins.sbt index f1624c8..fe41155 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ resolvers += "Typesafe Repository" at "https://repo.typesafe.com/typesafe/releas addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") -addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7") +addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")