diff --git a/.scalafmt.conf b/.scalafmt.conf index 63c927d786..3c66a025c2 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.16 +version = 3.7.17 maxColumn = 120 rewrite.rules = [RedundantBraces, RedundantParens, SortImports] runner.dialect = scala3