diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 0594e86..259b314 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -24,6 +24,7 @@ jobs: java-version: '11' distribution: 'temurin' cache: 'sbt' + - uses: sbt/setup-sbt@v1 - name: Run tests # "+ test" runs tests with all scala versions run: sbt "+ test"