From ff5471f7ee45daa3534a0d4ca90c0165399dc97d Mon Sep 17 00:00:00 2001 From: David van Geest Date: Tue, 27 Feb 2024 21:37:48 -0500 Subject: [PATCH] Bump Scala 2.12. --- .github/workflows/ci.yml | 8 ++++---- .mergify.yml | 4 ++-- build.sbt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fc0ddc..0e7e37f 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.18, 3.3.1] + scala: [2.13.13, 2.12.19, 3.3.1] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -92,12 +92,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.18) + - name: Download target directories (2.12.19) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }} - - name: Inflate target directories (2.12.18) + - name: Inflate target directories (2.12.19) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index c785725..04ca3f1 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -3,7 +3,7 @@ queue_rules: conditions: - check-success=Build and Test (ubuntu-latest, 3.3.1, temurin@11) - check-success=Build and Test (ubuntu-latest, 2.13.13, temurin@11) - - check-success=Build and Test (ubuntu-latest, 2.12.18, temurin@11) + - check-success=Build and Test (ubuntu-latest, 2.12.19, 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.1, temurin@11) - check-success=Build and Test (ubuntu-latest, 2.13.13, temurin@11) - - check-success=Build and Test (ubuntu-latest, 2.12.18, temurin@11) + - check-success=Build and Test (ubuntu-latest, 2.12.19, temurin@11) - author=scala-steward actions: queue: diff --git a/build.sbt b/build.sbt index 1f81047..6301eb0 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ inThisBuild( ) ) -val scala212Version = "2.12.18" +val scala212Version = "2.12.19" val scala213Version = "2.13.13" val scala3Version = "3.3.1" val scalaVersions =