From 3646f1291e0aaf0002f4f6a3e59885b9df2c8ea9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Jan 2026 05:54:38 +0000 Subject: [PATCH] scalafmt-core 3.10.5 (was 3.10.4) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 7e0a046..8aab224 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.4 +version = 3.10.5