From 809fce20d93752be5814ef5b8c3763263f308f63 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 19:00:38 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.17 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9918951..2538ee8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - scala: [2.12.20] + scala: [2.13.17] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -64,7 +64,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.20] + scala: [2.13.17] java: [temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 4bad847..4ca1c32 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ lazy val repoSlug = "sbt/flyway-sbt" lazy val flywayVersion = "11.13.2" -lazy val scala212 = "2.12.20" +lazy val scala212 = "2.13.17" lazy val scala3 = "3.7.3" ThisBuild / organization := "com.github.sbt" From 2cb2cc434b5c7160bc01f1031acd18a24e78ac1e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 19:01:07 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2538ee8..9918951 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - scala: [2.13.17] + scala: [2.12.20] java: [temurin@17] runs-on: ${{ matrix.os }} steps: @@ -64,7 +64,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.17] + scala: [2.12.20] java: [temurin@17] runs-on: ${{ matrix.os }} steps: