From cbdc58d411168ada5861000496b566478193224c Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:13:52 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.14 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index b2621e94..499888d4 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.13" +version = "3.7.14" runner.dialect = Scala213 maxColumn = 150 align.preset = none