From 9c906abdc2e068b74ca45d4e8f5ee546be112a03 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Sep 2025 18:51:38 +0000 Subject: [PATCH] scalafmt-core 3.9.10 (was 3.9.9) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 0315dbb..418d751 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -9,4 +9,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.9 +version = 3.9.10