From 39466627309271721d3f01ff300e9e6f5efa1d79 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Nov 2024 16:04:20 +0000 Subject: [PATCH] chore(deps): update dependency com.github.sbt:sbt-ci-release to v1.9.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ace697b..c77b5b2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "3.0.3") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // https://github.com/sbt/sbt-ci-release -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") // Scoverage coverage-parser relies on version 1.x // scala-xml 2.0 is most of the time non breaking