Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.3 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns authored Aug 4, 2024
1 parent 487bce7 commit cd7357c
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.8.2"
version: "3.8.3"
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.8.2"
version = "3.8.3"
maxColumn = 120

runner.dialect = scala213
Expand Down

0 comments on commit cd7357c

Please sign in to comment.