From c4ba35c76ac8538e8cabcfd80ec949f735d5556b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Jun 2022 14:25:28 +0200 Subject: [PATCH 1/2] Update scala3-library to 3.1.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e7ee036c..313cac12 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.2" +val Scala_3 = "3.1.3" val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map( "core" -> List(JVMPlatform), From 51fbbd657f70053333807137cadc83c3676d9e96 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Jun 2022 14:25:44 +0200 Subject: [PATCH 2/2] Regenerate workflow with '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 c7625adc..9b8f985f 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.2] + scala: [2.12.16, 2.13.8, 3.1.3] 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.2) + - name: Download target directories (3.1.3) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.2 + name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3 - - name: Inflate target directories (3.1.2) + - name: Inflate target directories (3.1.3) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 76f740b8..3c0a63cd 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.2, temurin@8) + - status-success=Build and Test (ubuntu-latest, 3.1.3, temurin@8) actions: merge: {} - name: Label calev PRs