From b61b3c853374cb5bfc1c89c9f0bd7befe589aff9 Mon Sep 17 00:00:00 2001 From: Philippus Baalman Date: Fri, 15 Nov 2024 23:49:34 +0100 Subject: [PATCH 1/2] Add java 21 to build matrix --- .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 5f007f0..a5e58b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - java: [8, 11, 17] + java: [8, 11, 17, 21] scala: [2.11.x, 2.12.x, 2.13.x, 3.x] runs-on: ubuntu-latest steps: From b319684488dae2433a20d07661e36c72f95eef99 Mon Sep 17 00:00:00 2001 From: philippus Date: Sat, 16 Nov 2024 09:33:20 +0100 Subject: [PATCH 2/2] Update sbt to 1.10.5 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 6a9f038..db1723b 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.7.3 +sbt.version=1.10.5