Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.15 (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns authored Nov 7, 2023
1 parent 7e3fd51 commit 7b8045e
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.yml
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.14"
version: "3.7.15"
arguments: "-c .scalafmt.conf --test core akka examples"
- 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.14"
version = "3.7.15"
maxColumn = 120

runner.dialect = scala213
Expand Down

0 comments on commit 7b8045e

Please sign in to comment.