From edd37bd7c6251c0aa55c7c86f99b66a1eca240f2 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:31:51 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.12 --- .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..d8af370 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.12.17, 3.3.0, 2.13.10] + scala: [2.12.17, 3.3.0, 2.13.12] java: [temurin@8, temurin@11] project: [rootJS, rootJVM, rootNative] sjsStage: [FastOptStage, FullOptStage] @@ -153,7 +153,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.12] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index f7772b3..d725785 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.17", "3.3.0", "2.13.12") ThisBuild / tlFatalWarningsInCi := false From 0802b59f99097fcd669384db1d11d9083c37c9f8 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:32:24 +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 d8af370..ba6ba43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -266,32 +266,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootJS, FastOptStage) + - name: Download target directories (2.13.12, rootJS, FastOptStage) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJS-FastOptStage - - name: Inflate target directories (2.13.10, rootJS, FastOptStage) + - name: Inflate target directories (2.13.12, rootJS, FastOptStage) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootJVM, FastOptStage) + - name: Download target directories (2.13.12, rootJVM, FastOptStage) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJVM-FastOptStage - - name: Inflate target directories (2.13.10, rootJVM, FastOptStage) + - name: Inflate target directories (2.13.12, rootJVM, FastOptStage) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootNative, FastOptStage) + - name: Download target directories (2.13.12, rootNative, FastOptStage) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootNative-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootNative-FastOptStage - - name: Inflate target directories (2.13.10, rootNative, FastOptStage) + - name: Inflate target directories (2.13.12, rootNative, FastOptStage) run: | tar xf targets.tar rm targets.tar