From 7b9f45eac0f1451687ca9bef4a2478a80310ccf6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 17:06:51 +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 1a339f4..5c1285b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.6.1" +version = "3.10.0" style = default runner.dialect = "scala212"