From 153e090082020c78103aac663f26620698c10c38 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 19:10:19 +0000 Subject: [PATCH 1/2] Update sbt to 1.10.0 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 04267b1..081fdbb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.0 From ff1de5c63d4f0059e0fb6f638afb863445ec7670 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 19:10:56 +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 9f5b568..85f9498 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18] + scala: [2.12.19] java: [temurin@8] runs-on: ${{ matrix.os }} steps: