From 401cab2a73aa1fe4e743b1585695ab761398548b Mon Sep 17 00:00:00 2001 From: "aiven-scala-steward[bot]" <143503567+aiven-scala-steward[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 00:40:02 +0000 Subject: [PATCH] Update sbt-coveralls to 1.3.15 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1a7c4024..dc825913 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,7 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") -addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11") +addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15") addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "5.1.0") addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.5.0")