diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82b5976..4718938 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.20, 2.13.15] + scala: [2.12.20, 2.13.16] java: [zulu@8] runs-on: ${{ matrix.os }} steps: @@ -95,12 +95,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.15) + - name: Download target directories (2.13.16) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }} - - name: Inflate target directories (2.13.15) + - name: Inflate target directories (2.13.16) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 318d53d..034dc28 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,7 +9,7 @@ pull_request_rules: - author=scala-steward - author=nafg-scala-steward[bot] - check-success=Build and Test (ubuntu-latest, 2.12.20, zulu@8) - - check-success=Build and Test (ubuntu-latest, 2.13.15, zulu@8) + - check-success=Build and Test (ubuntu-latest, 2.13.16, zulu@8) actions: queue: name: default diff --git a/build.sbt b/build.sbt index d797969..ec7e442 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import scala.concurrent.Await import scala.concurrent.duration.Duration -ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.15") +ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.16") ThisBuild / scalaVersion := "2.12.20" ThisBuild / scalacOptions += "-deprecation"