diff --git a/.scalafmt.conf b/.scalafmt.conf index f0e328c..55c62d3 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.6 +version = 3.11.4 maxColumn = 140 rewrite.rules = [RedundantBraces, RedundantParens, SortImports] runner.dialect = scala3