From 6aa91f1d9acf0404b2f5fc16a85fe4d4943bc893 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 00:19:56 +0000 Subject: [PATCH] Update sbt-ci-release to 1.6.1 --- 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 e7332c1..72175ff 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") 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 cd8fd24..a5b4d71 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.5.12") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")