Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 25, 2023
1 parent e17e1ba commit c247eeb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.2"
version = "3.7.15"
rewrite.rules = [SortImports, RedundantBraces]
maxColumn = 120
align.preset = most
Expand Down
2 changes: 1 addition & 1 deletion examples/fullapp/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "3.7.2"
version = "3.7.15"
runner.dialect = scala213source3
2 changes: 1 addition & 1 deletion examples/helloworld/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "3.7.2"
version = "3.7.15"
runner.dialect = scala213source3
2 changes: 1 addition & 1 deletion examples/routeguide/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "3.7.2"
version = "3.7.15"
runner.dialect = scala213source3

0 comments on commit c247eeb

Please sign in to comment.