From bf099c350e257424cd79f2c3b619fca7f491d792 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 18 Sep 2020 19:14:48 +0200 Subject: [PATCH] Update scalafmt-core to 2.7.2 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 5cb301708..ea44b3587 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 2.6.4 +version = 2.7.2 style = defaultWithAlign danglingParentheses = true indentOperator = spray