From 3ac7145c0091154b71b5f3f740f12c2d9797fa0a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Jul 2022 04:15:45 +0000 Subject: [PATCH 1/2] Update sbt to 1.7.1 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index c8fcab5..22af262 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.6.2 +sbt.version=1.7.1 From 8df39a443355904cf1c3164ca4032af02199a4c9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Jul 2022 04:16:39 +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 f671ceb..d1219ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15] + scala: [2.12.16] java: [adopt-hotspot@8] runs-on: ${{ matrix.os }} steps: