diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5af2d90..c7f2992 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,5 +20,6 @@ jobs: distribution: adopt - uses: actions/checkout@v4 - uses: coursier/cache-action@v6 + - uses: sbt/setup-sbt@v1 - run: sbt -v "all scalafmtSbtCheck scalafmtCheckAll" "+test" shell: bash