diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b632c7b..c519339 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: @@ -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 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: diff --git a/build.sbt b/build.sbt index 30ae953..fd2723c 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(