From aca67af6da7008829d0055fbe72f7d874a9f48ab Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 20 Jul 2020 21:54:57 +0200 Subject: [PATCH] Update scalafmt-core to 2.6.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index c722fdd..845bc44 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=2.3.2 +version=2.6.4 maxColumn = 100 docstrings = JavaDoc rewrite.rules = [SortImports, RedundantBraces, RedundantParens, PreferCurlyFors]