diff --git a/.scalafmt.conf b/.scalafmt.conf index 6a3de1656..1a0c8a4d4 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.0.8 +version = 3.1.0 style = default @@ -16,3 +16,5 @@ rewrite.rules = [ AsciiSortImports PreferCurlyFors ] + +runner.dialect = scala213source3