From eafc4f21850bfc61b6f7b422bbcdc9265c59c413 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 11 Jul 2023 17:27:41 +0200 Subject: [PATCH] Update scalafmt-core to 3.7.8 (#730) Co-authored-by: Michael Nedokushev --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 4007fa8c..d0fbe152 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.7" +version = "3.7.8" maxColumn = 120 align.preset = most continuationIndent.defnSite = 2