diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 5c061978..2123817d 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -23,4 +23,4 @@ jobs: - name: Check project is formatted uses: jrouly/scalafmt-native-action@v1 with: - version: '3.7.12' + version: '3.7.14' diff --git a/.scalafmt.conf b/.scalafmt.conf index 42d6f32c..15043c26 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.12 +version = 3.7.14 runner.dialect = scala213 maxColumn = 120 docstrings.style = Asterisk