From bc49b83c2286abf746f87c691737730980bc17d7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 15:56:51 +0000 Subject: [PATCH 1/3] Update scala3-library to 3.3.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1f5e384..cb24b2d 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ inThisBuild( val scala212Version = "2.12.20" val scala213Version = "2.13.14" -val scala3Version = "3.3.3" +val scala3Version = "3.3.4" val scalaVersions = Seq( scala213Version, From f3f91bf5fc5c276017fac9037f1293244efe0857 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 15:57:20 +0000 Subject: [PATCH 2/3] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c8ed59..f51a9b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.14, 2.12.20, 3.3.3] + scala: [2.13.14, 2.12.20, 3.3.4] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -108,12 +108,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.3) + - name: Download target directories (3.3.4) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }} - - name: Inflate target directories (3.3.3) + - name: Inflate target directories (3.3.4) run: | tar xf targets.tar rm targets.tar From 52adaa0d1df78ac725488bb86b5d33c4f683f5fc Mon Sep 17 00:00:00 2001 From: David van Geest Date: Sun, 29 Sep 2024 22:17:18 -0400 Subject: [PATCH 3/3] Update .mergify.yml --- .mergify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index b19fdd7..fc2c26b 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,7 +1,7 @@ queue_rules: - name: dependency-update conditions: - - check-success=Build and Test (ubuntu-latest, 3.3.3, temurin@11) + - check-success=Build and Test (ubuntu-latest, 3.3.4, temurin@11) - check-success=Build and Test (ubuntu-latest, 2.13.14, temurin@11) - check-success=Build and Test (ubuntu-latest, 2.12.20, temurin@11) @@ -9,7 +9,7 @@ pull_request_rules: - name: Merge using the merge queue conditions: - base=main - - check-success=Build and Test (ubuntu-latest, 3.3.3, temurin@11) + - check-success=Build and Test (ubuntu-latest, 3.3.4, temurin@11) - check-success=Build and Test (ubuntu-latest, 2.13.14, temurin@11) - check-success=Build and Test (ubuntu-latest, 2.12.20, temurin@11) - author=scala-steward