From 9762bbbac8de56ed4211cb3901540e3c35bc5467 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 7 Aug 2023 13:16:54 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.12 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index e1788c1..4794611 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.3 +version = 3.7.12 maxColumn = 140 continuationIndent.callSite = 2 continuationIndent.defnSite = 2