From 4f2923cd83cc745187ab5347d2d272e89f241bc4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 16:18:45 +0000 Subject: [PATCH] Update scalafmt-core to 3.10.7 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 4813444a1..f4dd7fa4b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.10.6 +version = 3.10.7 runner.dialect = scala213 project.git = true style = defaultWithAlign