From b62fb57d8103662b4bd23eddec356119da33399d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 24 Oct 2023 18:07:22 +0200 Subject: [PATCH] Update scalafmt-core to 3.7.15 (#355) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index bbfbfc62..e5261535 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ runner.dialect = scala213 -version = "3.7.14" +version = "3.7.15" maxColumn = 140 trailingCommas = always align.preset = most