From f4a84bc368c13ce6d4a5744f1b837b921a38b95e Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:10:17 +0000 Subject: [PATCH] Update scalafmt-core to 3.9.10 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 7056763..4ac9867 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,2 +1,2 @@ -version = 3.9.4 +version = 3.9.10 runner.dialect = scala213