From 9ca249c65792cca47a9ec1648b248aa0a95d7858 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:30:57 +0000 Subject: [PATCH 1/2] Update sbt to 1.10.4 --- project/build.properties | 2 +- src/main/g8/project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.properties b/project/build.properties index c8fcab5..09feeee 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.6.2 +sbt.version=1.10.4 diff --git a/src/main/g8/project/build.properties b/src/main/g8/project/build.properties index c8fcab5..09feeee 100644 --- a/src/main/g8/project/build.properties +++ b/src/main/g8/project/build.properties @@ -1 +1 @@ -sbt.version=1.6.2 +sbt.version=1.10.4 From 8fb1c8e531f8efeeb76acdc52a7709d8d8cf1d28 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:31:10 +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 9c8a8f2..ce936b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - scala: [2.12.15] + scala: [2.12.20] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: