diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 9adae11..36b00b6 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -18,5 +18,6 @@ jobs: with: distribution: 'temurin' java-version: '21' + - uses: sbt/setup-sbt@v1 - name: Run tests run: sbt test