From 0c5a68bd1d8a5e1d924a06c9b279c661728b3096 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 00:16:28 +0000 Subject: [PATCH] Update scalafmt-core to 3.10.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index a7cf6ed..98e4881 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=3.9.10 +version=3.10.1 runner.dialect = scala213source3 align.openParenCallSite = true align.openParenDefnSite = true