From 968ae6672872e557cf30a42f694729041ad34d83 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 16:37:56 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.1.3 --- .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 3b98e3f..1652d99 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.16, 3.1.2, 2.13.8] + scala: [2.12.16, 3.1.3, 2.13.8] java: [temurin@8, temurin@11] project: [rootJS, rootJVM] sjsStage: [FastOptStage, FullOptStage] exclude: - scala: 2.12.16 java: temurin@11 - - scala: 3.1.2 + - scala: 3.1.3 java: temurin@11 - project: rootJS java: temurin@11 diff --git a/build.sbt b/build.sbt index 914fb8d..c1f7eec 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.16", "3.1.2", "2.13.8") +ThisBuild / crossScalaVersions := Seq("2.12.16", "3.1.3", "2.13.8") ThisBuild / tlFatalWarningsInCi := false From 8419c7b5ef73ad993a10537fb6fd8cb232dd816a Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 16:38:56 +0000 Subject: [PATCH 2/2] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1652d99..64ed756 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -218,22 +218,22 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.2, rootJS, FastOptStage) + - name: Download target directories (3.1.3, rootJS, FastOptStage) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.2-rootJS-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJS-FastOptStage - - name: Inflate target directories (3.1.2, rootJS, FastOptStage) + - name: Inflate target directories (3.1.3, rootJS, FastOptStage) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.2, rootJVM, FastOptStage) + - name: Download target directories (3.1.3, rootJVM, FastOptStage) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.2-rootJVM-FastOptStage + name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3-rootJVM-FastOptStage - - name: Inflate target directories (3.1.2, rootJVM, FastOptStage) + - name: Inflate target directories (3.1.3, rootJVM, FastOptStage) run: | tar xf targets.tar rm targets.tar