From 65483f35dd2f63a1ee6d8ef1a711f833bb77ae28 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 28 Jul 2026 19:48:31 +0000 Subject: [PATCH] [1.2.x] scalafmt-core 3.11.5 (was 3.11.4) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 572015b..4d59b75 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 = preserve -version = 3.11.4 +version = 3.11.5