diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebaa8da..0a6ba75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.1, 2.13.13, 2.12.19] + scala: [3.3.3, 2.13.13, 2.12.19] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: @@ -99,12 +99,12 @@ jobs: java-version: 17 cache: sbt - - name: Download target directories (3.3.1) + - name: Download target directories (3.3.3) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.3.1-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }} - - name: Inflate target directories (3.3.1) + - name: Inflate target directories (3.3.3) run: | tar xf targets.tar rm targets.tar