From c7466eb02ea1a47a211ca762c1f7c1068d61c058 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 6 Sep 2023 19:10:02 +0200 Subject: [PATCH] Update scalafmt-core to 3.7.14 (#341) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index b6e0eb87..bbfbfc62 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ runner.dialect = scala213 -version = "3.7.13" +version = "3.7.14" maxColumn = 140 trailingCommas = always align.preset = most