From 50ff861f4b9a0f7e9a428d0ef907881d4afa3584 Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 19:12:25 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.4.1 --- .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 94d281c..c770c2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10, 3.2.2] + scala: [2.13.10, 3.4.1] java: [temurin@8] project: [rootJS, rootJVM, rootNative] runs-on: ${{ matrix.os }} @@ -114,7 +114,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.2.2] + scala: [3.4.1] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index c9067cb..56c6b98 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ val Versions = new { val scalaYaml = "0.0.7" } -ThisBuild / crossScalaVersions := List("2.13.10", "3.2.2") +ThisBuild / crossScalaVersions := List("2.13.10", "3.4.1") ThisBuild / tlFatalWarningsInCi := false From 090dad581e3b6f580edc1c72d30e424d3525f872 Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 19:12:54 +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 c770c2b..c2fb5a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -181,32 +181,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.2, rootJS) + - name: Download target directories (3.4.1, rootJS) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.4.1-rootJS - - name: Inflate target directories (3.2.2, rootJS) + - name: Inflate target directories (3.4.1, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.2, rootJVM) + - name: Download target directories (3.4.1, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.4.1-rootJVM - - name: Inflate target directories (3.2.2, rootJVM) + - name: Inflate target directories (3.4.1, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.2, rootNative) + - name: Download target directories (3.4.1, rootNative) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.4.1-rootNative - - name: Inflate target directories (3.2.2, rootNative) + - name: Inflate target directories (3.4.1, rootNative) run: | tar xf targets.tar rm targets.tar