Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.14 (#148)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.7.14

* Update scalafmt in CI
  • Loading branch information
ex0ns authored Oct 8, 2023
1 parent 93ee61a commit 6b007ee
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.12"
version: "3.7.14"
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.12"
version = "3.7.14"
maxColumn = 120

runner.dialect = scala213
Expand Down

0 comments on commit 6b007ee

Please sign in to comment.