From 1d689191ff2ca1063ceb52af5083544669ddb4cc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Aug 2023 00:03:42 +0000 Subject: [PATCH] Update sbt-coveralls to 1.3.10 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index de9e41f..6ee0bd4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.github.sbt" % "sbt-site" % "1.5.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8") -addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.9") +addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.10") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") // scala-xml issues