diff --git a/.scalafmt.conf b/.scalafmt.conf index f5c8f05..721cbaf 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.0" +version = "3.8.1" runner.dialect = scala3 align.preset = more // For pretty alignment. maxColumn = 100 // For my wide 30" display.