From 9d570eed2d6f65da7fb12082fcd9ef1131a0a3a0 Mon Sep 17 00:00:00 2001 From: Mark Tomko Date: Tue, 2 Apr 2024 13:38:40 -0700 Subject: [PATCH] Use scalafmt 3.8.1 --- .scalafmt.conf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index afac328..a2746b5 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,13 +1,7 @@ # PoolQ3 .scalafmt configuration -version=3.8.0 +version=3.8.1 runner.dialect = scala3 -# work around https://github.com/scalameta/scalafmt/issues/3787 -fileOverride { - "glob:**.sbt" { - runner.dialect = sbt1 - } -} style = IntelliJ maxColumn = 120