Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.12 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns authored Aug 19, 2023
1 parent 678ad9e commit cfa089c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check code format
uses: jrouly/scalafmt-native-action@v1
with:
version: "3.7.1"
version: "3.7.12"
arguments: "-c .scalafmt.conf --test"
- uses: jodersky/[email protected]
with:
Expand Down
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.1"
version = "3.7.12"
maxColumn = 120

runner.dialect = scala213
Expand Down

0 comments on commit cfa089c

Please sign in to comment.