From 2ed7a483c5a7c866092839596e04da2f18b28b8c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 15:56:11 +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 6c8ed59..7787caf 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 1f5e384..9c3e457 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 3aae57242e719faac0742efa432b2edf914f3a28 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 15:56:45 +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 7787caf..710e0ab 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 d04b299d3420821fa5310f06e92cba9d56c67881 Mon Sep 17 00:00:00 2001 From: David van Geest Date: Sun, 29 Sep 2024 22:15:27 -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: