diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index a4ba01f5..02f8d5a2 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -47,4 +47,4 @@ jobs: java-version: 11 distribution: 'adopt' - name: Run tests - run: sbt ++3.3.0 test + run: sbt ++3.4.2 test