diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5daec03..d042ffb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.13, 2.13.5] + scala: [2.12.13, 2.13.6] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -121,12 +121,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.5) + - name: Download target directories (2.13.6) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.5-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.6-${{ matrix.java }} - - name: Inflate target directories (2.13.5) + - name: Inflate target directories (2.13.6) run: | tar xf targets.tar rm targets.tar diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d144182..61d9a2a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.13, 2.13.5, 3.0.0-RC2] + scala: [2.12.13, 2.13.6, 3.0.0-RC2] java: [adopt@1.11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 7ba7fa7..084628b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ lazy val scala212 = "2.12.13" -lazy val scala213 = "2.13.5" +lazy val scala213 = "2.13.6" lazy val scalaJs = "0.6.31" lazy val scala3 = "3.0.0-RC2"