From 168399da7f65ea7c5a0d2d978d0fac4b771e68f8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 22 Nov 2022 16:26:48 +0100 Subject: [PATCH 1/2] Update scala3-library, ... to 3.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 86f60f8c6..f315bb792 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git" val Scala_2_12 = "2.12.17" val Scala_2_13 = "2.13.10" -val Scala_3 = "3.1.3" +val Scala_3 = "3.2.1" val catsVersion = "2.8.0" val jsonpathVersion = "2.7.0" From 776c865ec0c5e8958b183b159b531e63dc0f0f7f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 22 Nov 2022 16:27:03 +0100 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 10 +++++----- .mergify.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5d725728..4d7943021 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.10, 3.1.3] + scala: [2.12.17, 2.13.10, 3.2.1] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -68,7 +68,7 @@ jobs: run: sbt '++ ${{ matrix.scala }}' validateJVM validateJS validateNative - name: Build project (Scala 3) - if: matrix.scala == '3.1.3' + if: matrix.scala == '3.2.1' run: sbt '++ ${{ matrix.scala }}' validateJVM30 validateJS30 validateNative30 - name: Codecov @@ -153,12 +153,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.3) + - name: Download target directories (3.2.1) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3 + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1 - - name: Inflate target directories (3.1.3) + - name: Inflate target directories (3.2.1) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 65e41008b..eb8f6191e 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -12,7 +12,7 @@ pull_request_rules: - body~=labels:.*early-semver-patch - status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@8) - status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@8) - - status-success=Build and Test (ubuntu-latest, 3.1.3, temurin@8) + - status-success=Build and Test (ubuntu-latest, 3.2.1, temurin@8) actions: merge: {} - name: Label benchmark PRs