diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 681bb51..06964e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.10] + scala: [2.12.17, 2.13.17] java: [zulu@8] runs-on: ${{ matrix.os }} steps: @@ -94,12 +94,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10) + - name: Download target directories (2.13.17) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }} - - name: Inflate target directories (2.13.10) + - name: Inflate target directories (2.13.17) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 606bdb1..108ab5c 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -10,7 +10,7 @@ pull_request_rules: - author=slick-scala-steward[bot] - author=renovate[bot] - check-success=Build and Test (ubuntu-latest, 2.12.17, zulu@8) - - check-success=Build and Test (ubuntu-latest, 2.13.10, zulu@8) + - check-success=Build and Test (ubuntu-latest, 2.13.17, zulu@8) actions: queue: name: default diff --git a/build.sbt b/build.sbt index ac03ae0..5ceee96 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ inThisBuild(Seq( organization := "com.rms.miu", scalaVersion := "2.12.17", - crossScalaVersions := Seq("2.12.17", "2.13.10"), + crossScalaVersions := Seq("2.12.17", "2.13.17"), scalacOptions ++= Seq( "-deprecation",