From 534cd2204c126eb0d16dda26116365fdec001035 Mon Sep 17 00:00:00 2001 From: Liyeuk Reynald Date: Thu, 9 Jul 2026 01:01:38 +0400 Subject: [PATCH 1/3] chore: bump sbt to 1.12.13 / 2.0.1 and CI actions sbt: - build sbt / sbt 1.x cross target: 1.12.11 -> 1.12.13 - sbt 2.x cross target: 2.0.0 -> 2.0.1 CI: - actions/checkout v6 -> v7 - actions/cache v4 -> v6 (sbt.yml) --- .github/workflows/release.yml | 2 +- .github/workflows/sbt.yml | 6 +++--- build.sbt | 4 ++-- project/build.properties | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bea142a..662f1b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: actions/setup-java@v5 diff --git a/.github/workflows/sbt.yml b/.github/workflows/sbt.yml index 2bf41ab..44e671f 100644 --- a/.github/workflows/sbt.yml +++ b/.github/workflows/sbt.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Set up JDK @@ -19,12 +19,12 @@ jobs: - name: Setup sbt launcher uses: sbt/setup-sbt@v1 - name: Cache SBT ivy cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.ivy2/cache key: ${{ runner.os }}-sbt-ivy-cache-${{ hashFiles('**/*.sbt') }} - name: Cache SBT - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.sbt key: ${{ runner.os }}-sbt-${{ hashFiles('**/*.sbt') }} diff --git a/build.sbt b/build.sbt index 52a9c51..e767c2a 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.11" - case _ => "2.0.0" + case "2.12" => "1.12.13" + case _ => "2.0.1" } }, scriptedLaunchOpts := { diff --git a/project/build.properties b/project/build.properties index dabdb15..7c95fc1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.11 +sbt.version=1.12.13 From ecb29df056859b482551820424037a588755ba33 Mon Sep 17 00:00:00 2001 From: Liyeuk Reynald Date: Mon, 13 Jul 2026 19:27:18 +0400 Subject: [PATCH 2/3] chore: bump sbt 2 cross target to 2.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e767c2a..c756b04 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ lazy val `sbt-openapi-generator` = (project in file(".")) (pluginCrossBuild / sbtVersion) := { scalaBinaryVersion.value match { case "2.12" => "1.12.13" - case _ => "2.0.1" + case _ => "2.0.2" } }, scriptedLaunchOpts := { From 4f67bb028c0a88e40a010392f13f82eb9665455a Mon Sep 17 00:00:00 2001 From: Liyeuk Reynald Date: Fri, 17 Jul 2026 23:17:30 +0400 Subject: [PATCH 3/3] chore: bump sbt to 1.12.14 / 2.0.3 --- build.sbt | 4 ++-- project/build.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index c756b04..e72c2e8 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.13" - case _ => "2.0.2" + case "2.12" => "1.12.14" + case _ => "2.0.3" } }, scriptedLaunchOpts := { diff --git a/project/build.properties b/project/build.properties index 7c95fc1..e544c4d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.13 +sbt.version=1.12.14