From 2d627bfec22d1c277d1bfe126acb9167dfc2cb64 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 5 Jan 2026 14:18:40 +0000 Subject: [PATCH 1/2] Update sbt, scripted-plugin to 1.12.0 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 01a16ed..30b7fd9 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.11.7 +sbt.version=1.12.0 From abc6f16269c8b21ad661ef8fc90a533e3d85eaf2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 5 Jan 2026 14:19:28 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83aa909..882aeb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.12.20] + scala: [2.12.21] java: - temurin@11 - temurin@17