From f8399e84c0e881da1d8e475d2fe052e82eb8a900 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 04:50:43 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bf467be9b..509e1f5fd 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val silencerVersion = "1.7.1" lazy val specs2Version = "4.20.2" lazy val scala212Version = "2.12.18" lazy val scala213Version = "2.13.11" -lazy val scala3Version = "3.3.0" +lazy val scala3Version = "3.3.1" // scala-steward:off lazy val slf4jVersion = "1.7.36" // scala-steward:on From 6bc30c32a1d5351beb80b27f55133102b813baa4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 04:51:25 +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 29f26c764..1af11e942 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.11, 3.3.0] + scala: [2.12.18, 2.13.11, 3.3.1] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -170,12 +170,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.0) + - name: Download target directories (3.3.1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0 + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1 - - name: Inflate target directories (3.3.0) + - name: Inflate target directories (3.3.1) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index fb0f9e481..fed288a78 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.18, temurin@11) - status-success=Build and Test (ubuntu-latest, 2.13.11, temurin@11) - - status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@11) + - status-success=Build and Test (ubuntu-latest, 3.3.1, temurin@11) actions: merge: {} - name: Label bench PRs