Skip to content

Commit

Permalink
Update scalafmt-core to 3.0.6 (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 3, 2021
1 parent a574720 commit 4d75e29
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.0.5
version = 3.0.6
maxColumn = 120
style = defaultWithAlign
optIn.breaksInsideChains = true
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc-examples/hello-rpc/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.0.5
version = 3.0.6
maxColumn = 120
style = defaultWithAlign
optIn.breaksInsideChains = true
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc-examples/rpc-scalajs/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.0.5
version = 3.0.6
maxColumn = 120
style = defaultWithAlign
optIn.breaksInsideChains = true
2 changes: 1 addition & 1 deletion sbt-airframe/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.0.5
version = 3.0.6
maxColumn = 120
style = defaultWithAlign
optIn.breaksInsideChains = true
Expand Down

0 comments on commit 4d75e29

Please sign in to comment.