From d2cbe2c2fd0fbf004e56e89e195d70d08e5e42c4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Sep 2024 13:10:22 +0000 Subject: [PATCH 1/2] Update sbt to 1.10.2 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 04267b14..0b699c30 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.2 From b222ee1446cb378b9d86e105aad5ce46dada3972 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Sep 2024 13:11:07 +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 3173ee53..8ad7f9f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18] + scala: [2.12.19] java: [adopt-hotspot@8] runs-on: ${{ matrix.os }} steps: