diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a470d93..ef90fb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: distribution: "${{ matrix.distribution }}" java-version: "${{ matrix.java }}" cache: sbt + - uses: sbt/setup-sbt@v1 - name: Build and test (sbt 1.x) if: ${{ matrix.jobtype == 1 }} shell: bash