Skip to content

Commit

Permalink
Update scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Dec 26, 2023
1 parent 7e68f13 commit 06977e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- name: Check project is formatted
uses: jrouly/scalafmt-native-action@v2
with:
version: '3.7.15'
version: '3.7.17'
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.15
version = 3.7.17
runner.dialect = scala213
preset = default
align.preset = more
Expand Down

0 comments on commit 06977e4

Please sign in to comment.