diff --git a/.scalafmt.conf b/.scalafmt.conf index 0cb832f..527d56b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.15 +version = 3.7.16 style = defaultWithAlign maxColumn = 100 runner.dialect = scala213