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