From 063319f50082b9b84b7b1b3bc8f9a9a2d7b966d9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 24 Dec 2025 18:24:29 +0000 Subject: [PATCH] [2.3.x] scalafmt-core 3.10.3 (was 3.10.2) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 71b3fa6..1e728cf 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -13,4 +13,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 = preserve -version = 3.10.2 +version = 3.10.3