diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 9d330b61..d90635f5 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.1' + version: '3.7.11' arguments: '--list --mode diff-ref=origin/main' diff --git a/.scalafmt.conf b/.scalafmt.conf index 1aae8a44..23ae7122 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.1 +version = 3.7.11 runner.dialect = scala213 project.git = true style = defaultWithAlign