From 7d9bbfcb477d4b9417722afcd320784e61b1293b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 14:23:02 +0000 Subject: [PATCH 1/3] Update scala-library to 2.13.15 --- .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 25934e8..e2b1059 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.15, 2.12.20, 3.3.3] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 2cdf9a1..b48704f 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ inThisBuild( ) val scala212Version = "2.12.20" -val scala213Version = "2.13.14" +val scala213Version = "2.13.15" val scala3Version = "3.3.3" val scalaVersions = Seq( From 6fdfd57e55f3eb6487ddefeccea4e0cfb81765fb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 14:23:26 +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 e2b1059..8d3fd2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,12 +88,12 @@ jobs: - name: Setup sbt uses: sbt/setup-sbt@v1 - - name: Download target directories (2.13.14) + - name: Download target directories (2.13.15) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }} - - name: Inflate target directories (2.13.14) + - name: Inflate target directories (2.13.15) run: | tar xf targets.tar rm targets.tar From f5f5aa2d78701e4b1c46d7f4c3dfc3f69947d241 Mon Sep 17 00:00:00 2001 From: David van Geest Date: Thu, 26 Sep 2024 16:36:22 -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..d85f31e 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.14, temurin@11) + - check-success=Build and Test (ubuntu-latest, 2.13.15, temurin@11) - check-success=Build and Test (ubuntu-latest, 2.12.20, 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.14, temurin@11) + - check-success=Build and Test (ubuntu-latest, 2.13.15, temurin@11) - check-success=Build and Test (ubuntu-latest, 2.12.20, temurin@11) - author=scala-steward actions: