From 02f131ce4a55e2c180cf9b98e6b799d034f01726 Mon Sep 17 00:00:00 2001 From: "scala-steward-simy4[bot]" <150573504+scala-steward-simy4[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 00:33:59 +0000 Subject: [PATCH] Update scalafmt-core to 3.10.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 8305d99..5e1482a 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.10.3" +version = "3.10.4" runner.dialect = Scala213Source3 maxColumn = 120 align.preset = more