diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa7fea7..2d95ff4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.0, 2.12.15, 2.13.6] + scala: [3.1.0, 2.12.15, 2.13.7] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.6] + scala: [2.13.7] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -119,12 +119,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.6) + - name: Download target directories (2.13.7) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.6-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.7-${{ matrix.java }} - - name: Inflate target directories (2.13.6) + - name: Inflate target directories (2.13.7) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index ec2263e..ce1a80a 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ ThisBuild / organizationName := "Typelevel" ThisBuild / publishGithubUser := "mpilquist" ThisBuild / publishFullName := "Michael Pilquist" -ThisBuild / crossScalaVersions := List("3.1.0", "2.12.15", "2.13.6") +ThisBuild / crossScalaVersions := List("3.1.0", "2.12.15", "2.13.7") ThisBuild / spiewakCiReleaseSnapshots := true