From ebfcfbacd0e13b1b30c57058e94215de8e57c299 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:12:39 +0000 Subject: [PATCH] Update scalafmt-core to 3.10.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 1a95e35..b2caa5d 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.9.10" +version = "3.10.0" maxColumn = 150 align.preset = none rewrite.rules = [SortImports]