From 366a4cd04df22710d98162cbf9d89d3254e62ec2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Sep 2024 15:11:01 +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 04267b1..0b699c3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.2 From cf7317cdc57cd5ce6ffb8a37754b0dbe25e6b72a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Sep 2024 15:11:23 +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: