Skip to content

Commit

Permalink
Bump scalafmt to 3.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Sep 23, 2023
1 parent eba314d commit fef208d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.6.1
version = 3.7.14
runner.dialect = scala3

//align.preset=more
Expand All @@ -14,11 +14,11 @@ align.tokens = [
owners = [{
regex = "Term.ApplyInfix"
}]
}, {
code = ":="
owners = [{
regex = "Term.ApplyInfix",
}]
// }, {
// code = ":="
// owners = [{
// regex = "Term.ApplyInfix",
// }]
}, {
code = "->"
owners = [{
Expand Down

0 comments on commit fef208d

Please sign in to comment.