From c25acc4583f206f2906cd36df6c09ca865df21e4 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:24:08 +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 2539398..e1aa3b7 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.10.5" +version = "3.10.6" runner.dialect = scala213 maxColumn = 100 docstrings.style = Asterisk