diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c091a7..8bce65c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.18, 2.13.11, 3.3.1] + scala: [2.12.18, 2.13.12, 3.3.1] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -65,7 +65,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.11] + scala: [2.13.12] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -92,12 +92,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.11) + - name: Download target directories (2.13.12) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-2.13.11-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.12-${{ matrix.java }} - - name: Inflate target directories (2.13.11) + - name: Inflate target directories (2.13.12) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 62f0a26..b263238 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ inThisBuild { val scala212 = "2.12.18" - val scala213 = "2.13.11" + val scala213 = "2.13.12" val scala3 = "3.3.1" List(