From 15945be71e5fafafc38a3314308caa7e0260106d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 May 2026 20:29:35 +0000 Subject: [PATCH 1/2] Update sbt, scripted-plugin to 1.12.11 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 01a16ed..dabdb15 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.11.7 +sbt.version=1.12.11 From c529b5b60c9c6b0bf901b7356add82d5dfb49fde Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 May 2026 20:29:53 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 2 +- .mergify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f408d6..4c4c14d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.20] + scala: [2.12.21] java: [zulu@11] runs-on: ${{ matrix.os }} steps: diff --git a/.mergify.yml b/.mergify.yml index b8a0a54..c1a965a 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,7 +9,7 @@ pull_request_rules: - author=scala-steward - author=slick-scala-steward[bot] - author=renovate[bot] - - check-success=Build and Test (ubuntu-latest, 2.12.20, zulu@11) + - check-success=Build and Test (ubuntu-latest, 2.12.21, zulu@11) actions: queue: name: default