From d5dda11074d06aa1fb010a8968835dcf8650a8d3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Nov 2022 16:21:12 +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 b3d8796..b986067 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,2 +1,2 @@ -sbt.version=1.7.2 +sbt.version=1.7.3 From c4a98976a1c64c4b2e12767b9937d1c7b8069312 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Nov 2022 16:22:18 +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 ed0e5a0..f72a459 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.16] + scala: [2.12.17] java: [temurin@8] runs-on: ${{ matrix.os }} steps: