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