From 84f080765bbd9383788ca2746e957493608ea7eb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Feb 2026 17:38:30 +0000 Subject: [PATCH] scalafmt-core 3.10.6 (was 3.10.5) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 977f7c0..6517786 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.5 +version = 3.10.6