From e760ca6d794ba3c8c8510c556e9e6ba44d7e984a Mon Sep 17 00:00:00 2001 From: Liyeuk Reynald Date: Sun, 23 Aug 2026 04:48:41 +0400 Subject: [PATCH] chore: bump sbt to 1.13.0 / 2.0.7 and sbt-ci-release to 1.12.1 - build sbt / sbt 1.x cross target: 1.12.14 -> 1.13.0 - sbt 2.x cross target: 2.0.3 -> 2.0.7 - sbt-ci-release: 1.11.2 -> 1.12.1 --- build.sbt | 4 ++-- project/build.properties | 2 +- project/plugins.sbt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index d33c7e2..938a1db 100644 --- a/build.sbt +++ b/build.sbt @@ -48,8 +48,8 @@ lazy val `sbt-openapi-generator` = (project in file(".")) }, (pluginCrossBuild / sbtVersion) := { scalaBinaryVersion.value match { - case "2.12" => "1.12.14" - case _ => "2.0.3" + case "2.12" => "1.13.0" + case _ => "2.0.7" } }, scriptedLaunchOpts := { diff --git a/project/build.properties b/project/build.properties index e544c4d..e0a1aa0 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.14 +sbt.version=1.13.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index ee7fb0e..2c549d6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.12.1")