From 19bdc70c9ef60832487d12aec535e84d2d45ee1c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Jan 2026 18:21:46 +0000 Subject: [PATCH] Update scalafmt-core to 3.10.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 3c5063d..4b7777a 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.10.1 +version = 3.10.4 maxColumn = 140 continuationIndent.callSite = 2 continuationIndent.defnSite = 2