From e4cb818e855c56f7879936472dd652087f2cb0d6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 12:15:58 +0000 Subject: [PATCH 1/3] Update scala-library to 2.13.14 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 922cd2f..24a75f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.13, 2.12.19, 3.3.3] + scala: [2.13.14, 2.12.19, 3.3.3] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index d133e5c..5b302e8 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ inThisBuild( ) val scala212Version = "2.12.19" -val scala213Version = "2.13.13" +val scala213Version = "2.13.14" val scala3Version = "3.3.3" val scalaVersions = Seq( From 70bad3f7472f2c7b4c6d9598ecedc611d9e415b2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 12:16:41 +0000 Subject: [PATCH 2/3] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24a75f2..8fc2ee5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,12 +82,12 @@ jobs: java-version: 11 cache: sbt - - name: Download target directories (2.13.13) + - name: Download target directories (2.13.14) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }} - - name: Inflate target directories (2.13.13) + - name: Inflate target directories (2.13.14) run: | tar xf targets.tar rm targets.tar From 1e5dc3c3a0ac7cbf0ae61a40f565d16ae28a222d Mon Sep 17 00:00:00 2001 From: David van Geest Date: Tue, 7 May 2024 11:23: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 40774f8..4276547 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -2,7 +2,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, 2.13.13, 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) pull_request_rules: @@ -10,7 +10,7 @@ pull_request_rules: conditions: - base=main - check-success=Build and Test (ubuntu-latest, 3.3.3, temurin@11) - - check-success=Build and Test (ubuntu-latest, 2.13.13, 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) - author=scala-steward actions: