diff --git a/.scalafmt.conf b/.scalafmt.conf index 4e55c64..e7f058a 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.0.8 +version = 3.8.3 preset = default maxColumn = 120 rewrite.rules = [RedundantParens, SortImports, PreferCurlyFors]