diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01d8cae..69d7467 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.10] + scala: [2.12.19, 2.13.10] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -132,12 +132,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.12.17) + - name: Download target directories (2.12.19) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19 - - name: Inflate target directories (2.12.17) + - name: Inflate target directories (2.12.19) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index ee2a834..85a9550 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ ThisBuild / tlCiHeaderCheck := false val catsEffectVersion = "2.5.5" val catsEffect3Version = "3.4.3" -ThisBuild / crossScalaVersions := Seq("2.12.17", "2.13.10") +ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.10") ThisBuild / libraryDependencySchemes ++= Seq( // scoverage depends on scala-xml 1, but discipline-scalatest transitively pulls in scala-xml 2