From 371d85291f5a428358abaa5fe379a1839a97a5e3 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 11 Feb 2022 12:01:52 +0100 Subject: [PATCH] Update scalafmt-core to 3.4.2 (#496) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Dejan Mijić --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index c633f4d3..8a026920 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.2.2" +version = "3.4.2" maxColumn = 120 align.preset = most continuationIndent.defnSite = 2