From 9cd224983fb093fa4de1a356d4ee5e16ffefcb69 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 00:22:14 +0000 Subject: [PATCH] Update sbt-ci-release to 1.9.0 --- project/plugins.sbt | 2 +- .../example-sbt-ci-release/project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ef7a907..46afd50 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") diff --git a/sbt-version-policy/src/sbt-test/sbt-version-policy/example-sbt-ci-release/project/plugins.sbt b/sbt-version-policy/src/sbt-test/sbt-version-policy/example-sbt-ci-release/project/plugins.sbt index 6ba959f..ad19a8a 100644 --- a/sbt-version-policy/src/sbt-test/sbt-version-policy/example-sbt-ci-release/project/plugins.sbt +++ b/sbt-version-policy/src/sbt-test/sbt-version-policy/example-sbt-ci-release/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % sys.props("plugin.version")) -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")