From fdeeae8e87d006d68bb300d38650a1f569a909d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 02:10:15 +0000 Subject: [PATCH] Update sbt-ci-release, ... to 1.11.2 --- project/Versions.scala | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Versions.scala b/project/Versions.scala index 95e398f..42198c9 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -21,7 +21,7 @@ object Versions { def scalaFmt = "2.5.2" // Manually update this value in project/plugins.sbt as well - def sbtCiRelease = "1.5.12" + def sbtCiRelease = "1.11.2" // Manually update this value in project/plugins.sbt as well def mima = "1.1.3" diff --git a/project/plugins.sbt b/project/plugins.sbt index 09f3e98..43243aa 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,6 +2,6 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.3.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "0.5.0")