From 3e124b5fdebb2493fefcab3f25e4a74ea8f009e5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 29 Jun 2025 17:58:00 +0000 Subject: [PATCH] scalafmt-core 3.9.8 (was 3.9.7) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index ea67a2bd..cca03577 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -8,4 +8,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ] spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy } trailingCommas = always -version = 3.9.7 +version = 3.9.8