From 1f36d07edba558c4719887a2903d3cd72c0e1c54 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 27 Nov 2023 17:57:27 +0000 Subject: [PATCH] scalafmt-core 3.7.17 (was 3.7.15) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 3a93cdb..a85b78e 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.15 +version = 3.7.17