From d89f3ff6ab4b01b6f35c327f7f0dbd1ec6cef9a3 Mon Sep 17 00:00:00 2001 From: "He-Pin(kerr)" Date: Sat, 20 Sep 2025 01:18:13 +0800 Subject: [PATCH] Update scalafmt version to 3.9.10 (#2225) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 1b5a4a6bff..d8a448658c 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.9.9 +version = 3.9.10 runner.dialect = scala213 project.git = true style = defaultWithAlign