From 69116959fd36c2ccb5b324a72bbc6012afd4429f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Nov 2022 16:23:03 +0000 Subject: [PATCH 1/2] Update sbt to 1.7.3 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index b3d8796e8..b986067ee 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,2 +1,2 @@ -sbt.version=1.7.2 +sbt.version=1.7.3 From e1a6a0ce32194b9de12a09bd90986726f763c673 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Nov 2022 16:24:19 +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 54b6ebaf2..03e56a764 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.16] + scala: [2.12.17] java: [temurin@8] runs-on: ${{ matrix.os }} steps: