diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9a7a9f..e295939 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.scalafmt.conf b/.scalafmt.conf index 81243f0..237f970 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.6.1" +version = "3.7.0" runner.dialect = "scala3"