From 34ccc8cdbedd8ba765eb1ab3922c55de9622bdc7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 7 Sep 2022 16:01:01 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 313cac1..4a9238e 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val gitHubOwner = "fthomas" val Scala_2_12 = "2.12.16" val Scala_2_13 = "2.13.8" -val Scala_3 = "3.1.3" +val Scala_3 = "3.2.0" val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map( "core" -> List(JVMPlatform), From a0c8e384f35d8b7edaa46a0165a30844a53e154b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 7 Sep 2022 16:02:03 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 8 ++++---- .mergify.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d18a65d..06ef081 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.16, 2.13.8, 3.1.3] + scala: [2.12.16, 2.13.8, 3.2.0] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -148,12 +148,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.3) + - name: Download target directories (3.2.0) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3 + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0 - - name: Inflate target directories (3.1.3) + - name: Inflate target directories (3.2.0) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 3c0a63c..f4228a6 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -14,7 +14,7 @@ pull_request_rules: - body~=labels:.*early-semver-minor - status-success=Build and Test (ubuntu-latest, 2.12.16, temurin@8) - status-success=Build and Test (ubuntu-latest, 2.13.8, temurin@8) - - status-success=Build and Test (ubuntu-latest, 3.1.3, temurin@8) + - status-success=Build and Test (ubuntu-latest, 3.2.0, temurin@8) actions: merge: {} - name: Label calev PRs