From 49476653e7a26b3a5b63b36656a831f47dd8bd5f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 30 Jul 2023 18:29:54 +0000 Subject: [PATCH] scalafmt-core 3.7.11 (was 3.7.4) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 9559856..9118883 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.7.4 +version = 3.7.11