From a60134cec8e34fa02f9e1ed12641a8155a5ca231 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 13 Jun 2021 22:14:17 +0200 Subject: [PATCH] Update sbt-coveralls to 1.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 038af17..f589af0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.3") -addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7") +addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15")