From 0cd4033bc7546821616f8501aaf1278a251b30e5 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:21:25 +0000 Subject: [PATCH] Update sbt-ci-release to 1.7.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 72175ff..ef7a907 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.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 a5b4d71..6ba959f 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.6.1") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.0")