diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f490098..4395cec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.11.12, 2.12.8, 2.13.1] + scala: [2.11.12, 2.12.13, 2.13.1] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -110,12 +110,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.8) + - name: Download target directories (2.12.13) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.13-${{ matrix.java }} - - name: Inflate target directories (2.12.8) + - name: Inflate target directories (2.12.13) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index a4fd7fa..040dafa 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val shapelessVersion = "2.3.3" val scalaCheckVersion = "1.15.2" val Scala_2_11 = "2.11.12" -val Scala_2_12 = "2.12.8" +val Scala_2_12 = "2.12.13" val Scala_2_13 = "2.13.1" /// sbt-github-actions configuration