From 3e1d763c2517e410ec3f7cca664b38ccf18d0792 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 01:06:17 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.19 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e477ea5..65e3688 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,12 +29,12 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.12.17, 3.3.0, 2.13.10] + scala: [2.12.19, 3.3.0, 2.13.10] java: [temurin@8, temurin@11] project: [rootJS, rootJVM, rootNative] sjsStage: [FastOptStage, FullOptStage] exclude: - - scala: 2.12.17 + - scala: 2.12.19 java: temurin@11 - scala: 3.3.0 java: temurin@11 diff --git a/build.sbt b/build.sbt index f7772b3..03f3a56 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ ThisBuild / startYear := Some(2022) ThisBuild / developers += tlGitHubDev("armanbilge", "Arman Bilge") ThisBuild / tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.0.3").toMap -ThisBuild / crossScalaVersions := Seq("2.12.17", "3.3.0", "2.13.10") +ThisBuild / crossScalaVersions := Seq("2.12.19", "3.3.0", "2.13.10") ThisBuild / tlFatalWarningsInCi := false From 568dbb72d3d0a3e039ceadc4318c32d80f766ae3 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 01:06:36 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65e3688..a9b84ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -206,32 +206,32 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.12.17, rootJS, FastOptStage) + - name: Download target directories (2.12.19, rootJS, FastOptStage) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJS-FastOptStage - - name: Inflate target directories (2.12.17, rootJS, FastOptStage) + - name: Inflate target directories (2.12.19, rootJS, FastOptStage) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootJVM, FastOptStage) + - name: Download target directories (2.12.19, rootJVM, FastOptStage) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootJVM-FastOptStage - - name: Inflate target directories (2.12.17, rootJVM, FastOptStage) + - name: Inflate target directories (2.12.19, rootJVM, FastOptStage) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17, rootNative, FastOptStage) + - name: Download target directories (2.12.19, rootNative, FastOptStage) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-rootNative-FastOptStage - - name: Inflate target directories (2.12.17, rootNative, FastOptStage) + - name: Inflate target directories (2.12.19, rootNative, FastOptStage) run: | tar xf targets.tar rm targets.tar