diff --git a/.scalafmt.conf b/.scalafmt.conf index 5ab8da5..5d7bd74 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.17 +version = 3.8.0 style = defaultWithAlign maxColumn = 100 runner.dialect = scala213