From 5ff1106ca6fc48e9b1f3927e7e1f786fa1533551 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 20:19:18 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.3.0 --- .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 ecc30d6..0896c37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,14 +29,14 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.12.17, 3.2.2, 2.13.10] + scala: [2.12.17, 3.3.0, 2.13.10] java: [temurin@8, temurin@11] project: [rootJS, rootJVM, rootNative] sjsStage: [FastOptStage, FullOptStage] exclude: - scala: 2.12.17 java: temurin@11 - - scala: 3.2.2 + - scala: 3.3.0 java: temurin@11 - project: rootJS java: temurin@11 diff --git a/build.sbt b/build.sbt index 5244b5e..f7772b3 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.2.2", "2.13.10") +ThisBuild / crossScalaVersions := Seq("2.12.17", "3.3.0", "2.13.10") ThisBuild / tlFatalWarningsInCi := false From eb14e12629cad29bb523ea4b3008b0c3bc57c610 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 20:19:47 +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 0896c37..e477ea5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,32 +236,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.2, rootJS, FastOptStage) + - name: Download target directories (3.3.0, rootJS, FastOptStage) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJS-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootJS-FastOptStage - - name: Inflate target directories (3.2.2, rootJS, FastOptStage) + - name: Inflate target directories (3.3.0, rootJS, FastOptStage) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.2, rootJVM, FastOptStage) + - name: Download target directories (3.3.0, rootJVM, FastOptStage) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJVM-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootJVM-FastOptStage - - name: Inflate target directories (3.2.2, rootJVM, FastOptStage) + - name: Inflate target directories (3.3.0, rootJVM, FastOptStage) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.2, rootNative, FastOptStage) + - name: Download target directories (3.3.0, rootNative, FastOptStage) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootNative-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootNative-FastOptStage - - name: Inflate target directories (3.2.2, rootNative, FastOptStage) + - name: Inflate target directories (3.3.0, rootNative, FastOptStage) run: | tar xf targets.tar rm targets.tar