diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 163b3ed50d1..c6b79b37502 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -20,5 +20,5 @@ jobs: - name: Check project is formatted uses: jrouly/scalafmt-native-action@v2 with: - version: '3.7.11' + version: '3.7.14' arguments: '--list --mode diff-ref=origin/main' diff --git a/.scalafmt.conf b/.scalafmt.conf index 23ae7122735..8624356ca62 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.11 +version = 3.7.14 runner.dialect = scala213 project.git = true style = defaultWithAlign