From 7630b61488f15be14482ffb83f505d404420a20c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Oct 2020 23:17:54 +0200 Subject: [PATCH] Update scalafmt-core to 2.7.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 7fa6922b..796a2c99 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "2.0.0-RC4" +version = "2.7.4" style = defaultWithAlign danglingParentheses = true