From d08454eb68b096a3b49f42cfa650b70a0ce43112 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Oct 2020 04:36:24 +0200 Subject: [PATCH] Update scalafmt-core to 2.7.5 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index c722fdd..4d22f17 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=2.3.2 +version=2.7.5 maxColumn = 100 docstrings = JavaDoc rewrite.rules = [SortImports, RedundantBraces, RedundantParens, PreferCurlyFors]