From c70ffaddb355ba8af7c702d5e21667d8ebd36055 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 16 Oct 2020 22:48:14 +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 a3035aae3..efbc4dc3d 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "2.7.4" +version = "2.7.5" style = defaultWithAlign maxColumn = 120 align.openParenDefnSite = true