This commit is contained in:
Mark Canlas 2024-03-18 15:21:09 +01:00
parent 06e7f0bea0
commit 58f13901fb

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-java@v4 - uses: actions/setup-java@v4
with: with:
distribution: temurin distribution: temurin
java-version: '17' java-version: '21'
cache: sbt cache: sbt
- run: sbt 'scalafixAll --check' scalafmtSbtCheck scalafmtCheck - run: sbt 'scalafixAll --check' scalafmtSbtCheck scalafmtCheck