From 4938f0ffc24a62e0e2645727cf7c1d31b8edcc9b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Oct 2025 18:44:27 +0000 Subject: [PATCH] Update scalafmt-core to 3.10.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 9e8da5db..2d7167a1 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.10.0 +version = 3.10.1 runner.dialect = scala3 align.preset = none docstrings.style = keep