From 28fb070b3006dcc07dae132d03bce1f2eeb8cc6e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 11 Sep 2022 16:41:43 +0000 Subject: [PATCH] scalafmt-core 3.5.9 (was 2.7.5) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 941f949..cdbe5ac 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -8,4 +8,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 = 2.7.5 +version = 3.5.9