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