From 9992a01934cffd4cdb51d0f366404acfef3eb547 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 2 Aug 2025 15:27:14 +0000 Subject: [PATCH] Update scalafmt-core to 3.9.9 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index c6b8eda..9cd4e74 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.9.8" +version = "3.9.9" maxColumn = 120 align.preset = none rewrite.rules = [SortImports]