From fef208d6aa5f642b497bfe943cd15e879abd7d6f Mon Sep 17 00:00:00 2001 From: Kevin Lee Date: Sat, 23 Sep 2023 19:06:03 +1000 Subject: [PATCH] Bump scalafmt to 3.7.14 --- .scalafmt.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 954b349f..fb5cdde9 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.6.1 +version = 3.7.14 runner.dialect = scala3 //align.preset=more @@ -14,11 +14,11 @@ align.tokens = [ owners = [{ regex = "Term.ApplyInfix" }] - }, { - code = ":=" - owners = [{ - regex = "Term.ApplyInfix", - }] +// }, { +// code = ":=" +// owners = [{ +// regex = "Term.ApplyInfix", +// }] }, { code = "->" owners = [{