From 8bfb0c8aba41b7bab25f1ab382c65b6de41fb7b2 Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 18:09:36 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.2.1 --- .github/workflows/ci.yml | 8 ++++---- build.sbt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62c46ca..5c347ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,15 +32,15 @@ jobs: - ubuntu-22.04 - macos-11 - macos-12 - scala: [3.2.0, 2.12.17, 2.13.10] + scala: [3.2.1, 2.12.17, 2.13.10] java: [temurin@17] project: [rootJVM, rootNative] exclude: - - scala: 3.2.0 + - scala: 3.2.1 os: ubuntu-22.04 - - scala: 3.2.0 + - scala: 3.2.1 os: macos-11 - - scala: 3.2.0 + - scala: 3.2.1 os: macos-12 - scala: 2.12.17 os: ubuntu-22.04 diff --git a/build.sbt b/build.sbt index 1bbe336..e55079d 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ ThisBuild / developers += tlGitHubDev("armanbilge", "Arman Bilge") ThisBuild / startYear := Some(2022) ThisBuild / tlSonatypeUseLegacyHost := false -ThisBuild / crossScalaVersions := Seq("3.2.0", "2.12.17", "2.13.10") +ThisBuild / crossScalaVersions := Seq("3.2.1", "2.12.17", "2.13.10") ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17")) ThisBuild / githubWorkflowOSes := From 1f72cf590957674cc22b18c63457f896346b04a6 Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 18:09:55 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .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 5c347ce..d348817 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,22 +168,22 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (3.2.0, rootJVM) + - name: Download target directories (3.2.1, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootJVM - - name: Inflate target directories (3.2.0, rootJVM) + - name: Inflate target directories (3.2.1, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.0, rootNative) + - name: Download target directories (3.2.1, rootNative) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootNative - - name: Inflate target directories (3.2.0, rootNative) + - name: Inflate target directories (3.2.1, rootNative) run: | tar xf targets.tar rm targets.tar