Skip to content

Commit

Permalink
upgrade scalafmt (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Mar 20, 2024
1 parent d28da3e commit 6484194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
persist-credentials: false

- name: Check project is formatted
uses: jrouly/scalafmt-native-action@v2
uses: jrouly/scalafmt-native-action@v3
with:
version: '3.7.11'
arguments: '--list --mode diff-ref=origin/main'
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.11
version = 3.8.0
runner.dialect = scala213
project.git = true
style = defaultWithAlign
Expand Down

0 comments on commit 6484194

Please sign in to comment.