diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 345c1da..852cac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: distribution: adopt java-version: ${{ matrix.java }} - name: Coursier cache - uses: coursier/cache-action@v5 + uses: coursier/cache-action@v6 - name: Build and test run: sbt scalafmtSbtCheck scalafmtCheckAll +test - run: rm -rf "$HOME/.ivy2/local" || true