From 3302fa426279f525e1445d384775e2b852de65b9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 14:04:29 +0000 Subject: [PATCH 1/3] Update scala-library to 2.12.20 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddeead9..fc6ffa1 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.19, 3.3.3] + scala: [2.13.14, 2.12.20, 3.3.3] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -68,7 +68,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.19] + scala: [2.12.20] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 243099e..a561183 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ inThisBuild( ) ) -val scala212Version = "2.12.19" +val scala212Version = "2.12.20" val scala213Version = "2.13.14" val scala3Version = "3.3.3" val scalaVersions = From a30b6636789415c2b1c134719050eb92c30727fe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 14:04:49 +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 fc6ffa1..6c8ed59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.20] + scala: [2.12.19] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -98,12 +98,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.19) + - name: Download target directories (2.12.20) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} - - name: Inflate target directories (2.12.19) + - name: Inflate target directories (2.12.20) run: | tar xf targets.tar rm targets.tar From 996c2b8c2e0fba00dc1e6e96fccf2d048e540211 Mon Sep 17 00:00:00 2001 From: David van Geest Date: Fri, 6 Sep 2024 10:10:39 -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 4276547..b19fdd7 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -3,7 +3,7 @@ queue_rules: conditions: - check-success=Build and Test (ubuntu-latest, 3.3.3, temurin@11) - check-success=Build and Test (ubuntu-latest, 2.13.14, temurin@11) - - check-success=Build and Test (ubuntu-latest, 2.12.19, temurin@11) + - check-success=Build and Test (ubuntu-latest, 2.12.20, temurin@11) pull_request_rules: - name: Merge using the merge queue @@ -11,7 +11,7 @@ pull_request_rules: - base=main - check-success=Build and Test (ubuntu-latest, 3.3.3, temurin@11) - check-success=Build and Test (ubuntu-latest, 2.13.14, temurin@11) - - check-success=Build and Test (ubuntu-latest, 2.12.19, temurin@11) + - check-success=Build and Test (ubuntu-latest, 2.12.20, temurin@11) - author=scala-steward actions: queue: