From 263d783fa5757adc0b53e62b6c7e1d2f83ca17b3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 30 Apr 2025 17:35:13 +0000 Subject: [PATCH] scalafmt-core 3.9.5 (was 3.9.4) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 1ec490b..a2925c1 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.9.4 +version = 3.9.5