From b44802d332cb67a6364e48be93f6834c87b3ec9c Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:26:05 +0000 Subject: [PATCH 1/2] Update scala3-library_sjs1 to 3.3.5 in main --- .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 a8634b9..5d71d57 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.13.10, 3.2.1] + scala: [2.13.10, 3.3.5] java: [temurin@8, temurin@11, temurin@17] project: [rootJS, rootJVM, rootNative] exclude: @@ -168,7 +168,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.2.1] + scala: [3.3.5] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 87f14f7..f3299b2 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ ThisBuild / developers := List( ) val Scala213 = "2.13.10" -ThisBuild / crossScalaVersions := Seq(Scala213, "3.2.1") +ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.5") lazy val root = tlCrossRootProject.aggregate(scalatags) From 1b828ce0dcd126756821087049081c00c16836b9 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:26:20 +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 5d71d57..9641785 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -267,32 +267,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.1, rootJS) + - name: Download target directories (3.3.5, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.5-rootJS - - name: Inflate target directories (3.2.1, rootJS) + - name: Inflate target directories (3.3.5, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.1, rootJVM) + - name: Download target directories (3.3.5, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.5-rootJVM - - name: Inflate target directories (3.2.1, rootJVM) + - name: Inflate target directories (3.3.5, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.1, rootNative) + - name: Download target directories (3.3.5, rootNative) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.5-rootNative - - name: Inflate target directories (3.2.1, rootNative) + - name: Inflate target directories (3.3.5, rootNative) run: | tar xf targets.tar rm targets.tar