From e21e9a3c90147c2c1bb96b26869758a6b292983d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 16 Feb 2020 05:03:59 +0100 Subject: [PATCH] Update scalafmt-core to 2.4.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 808eb8aa..3c538b40 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -9,4 +9,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.3.2 +version = 2.4.1