From 45054f1be87fc171c0070f927f953fe9fd6af399 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 11:20:15 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.14 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd01e3c..cb9df66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.8, 3.2.2] + scala: [2.12.15, 2.13.14, 3.2.2] java: [temurin@8] project: [rootJS, rootJVM, rootNative] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index 561c396..f02d611 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ val catsEffectV = "3.4.9" val munitCatsEffectV = "2.0.0-M3" -ThisBuild / crossScalaVersions := Seq("2.12.15","2.13.8", "3.2.2") +ThisBuild / crossScalaVersions := Seq("2.12.15","2.13.14", "3.2.2") ThisBuild / scalaVersion := "3.2.2" ThisBuild / versionScheme := Some("early-semver") From e394b87a3ce7711205646703ab2751d12a144c00 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 11:20:26 +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 cb9df66..32b821d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,32 +177,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.8, rootJS) + - name: Download target directories (2.13.14, rootJS) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJS - - name: Inflate target directories (2.13.8, rootJS) + - name: Inflate target directories (2.13.14, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.8, rootJVM) + - name: Download target directories (2.13.14, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJVM - - name: Inflate target directories (2.13.8, rootJVM) + - name: Inflate target directories (2.13.14, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.8, rootNative) + - name: Download target directories (2.13.14, rootNative) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootNative - - name: Inflate target directories (2.13.8, rootNative) + - name: Inflate target directories (2.13.14, rootNative) run: | tar xf targets.tar rm targets.tar