From 054f10b979d946bbe20f2fcf3b3dbd3d9bc8b470 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Jan 2026 20:09:47 +0000 Subject: [PATCH] scalafmt-core 3.10.4 (was 3.10.3) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index a5e520b..9fba729 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.10.3 +version = 3.10.4