From 171e53993bcec5d3c67c8019b587dedbd99093c3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jul 2024 15:37:24 +0000 Subject: [PATCH 1/2] Update sbt to 1.10.1 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 04267b1..ee4c672 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.1 From d20a8453de5b0b62d53603614a8d69dc2a5e52be Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jul 2024 15:37:45 +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: