From f4dd0a5f0fb56d9b2ccbf35e958a66993d782dc4 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Fri, 16 Sep 2022 17:08:24 -0700 Subject: [PATCH] Update scalafmt-core to 2.7.5 (#323) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 10ae091b..61047db9 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 2.6.4 +version = 2.7.5 maxColumn = 180 style = defaultWithAlign optIn.breaksInsideChains = true