From 997e22dc63564194cb59e6db270308534d68ed6a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Oct 2025 19:06:23 +0000 Subject: [PATCH] Update scalafmt-core to 3.10.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 0f6044e9..9e8da5db 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.9.10 +version = 3.10.0 runner.dialect = scala3 align.preset = none docstrings.style = keep