From 0081e02de640c44fbc391022cfa58456964c44c3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Sep 2025 15:35:52 +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 c96265c..ee80034 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.9.6 +version = 3.9.10 maxColumn = 150 continuationIndent.callSite = 2 continuationIndent.defnSite = 2