From 9752c9484b8353a8720cbe246230387cb384b748 Mon Sep 17 00:00:00 2001 From: "scala-steward-simy4[bot]" <150573504+scala-steward-simy4[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 00:33:15 +0000 Subject: [PATCH] Update scalafmt-core to 3.10.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index a330708..8305d99 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.10.2" +version = "3.10.3" runner.dialect = Scala213Source3 maxColumn = 120 align.preset = more