diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea426c0f..e736c49e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Check code format uses: jrouly/scalafmt-native-action@v1 with: - version: "3.7.14" + version: "3.7.15" arguments: "-c .scalafmt.conf --test core akka examples" - uses: jodersky/setup-mill@v0.3.0 with: diff --git a/.scalafmt.conf b/.scalafmt.conf index 202bcd6a..752fa782 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.14" +version = "3.7.15" maxColumn = 120 runner.dialect = scala213