From 5720fa19dacfb1ae26307bd9906ff3255caf5ce7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 22 Oct 2024 19:40:25 +0000 Subject: [PATCH] Update sbt-ci-release to 1.9.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4b15bbb..bb5bb83 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") // ~ // This is an sbt plugin to help automate releases to Sonatype and Maven Central from GitHub Actions. // See more: https://github.com/sbt/sbt-ci-release -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") // Test Coverage plugin. // ~