From 368852ca4b5e73b8f6ecbc07ac4f9906dd45cb84 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 12 Jul 2026 19:58:57 +0000 Subject: [PATCH] scalafmt-core 3.11.3 (was 3.11.2) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 17ddf66..a157d8f 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.11.2 +version = 3.11.3