From 218cc5ad4f62e6f93fc05e1f7397878d211090b1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 29 Sep 2020 23:04:02 +0200 Subject: [PATCH] Update scalafmt-core to 2.7.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 5cb301708..960ba910a 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 2.6.4 +version = 2.7.3 style = defaultWithAlign danglingParentheses = true indentOperator = spray