scalafmt 3.7.0

This commit is contained in:
Mark Canlas 2023-01-19 11:58:01 -05:00
parent b7ded188ee
commit 018548e5c5
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: '17'
cache: sbt
- run: sbt 'scalafixAll --check' scalafmtCheck +test

View File

@ -1,4 +1,4 @@
version = "3.6.1"
version = "3.7.0"
runner.dialect = "scala3"