From 1cb656d0aff89505e1f0a43ce17df08e438d00bc Mon Sep 17 00:00:00 2001 From: scala-steward-bot <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 17 Jul 2026 10:09:34 +0000 Subject: [PATCH] Update scalafmt-core to 3.11.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 69b40fa..bc39ea3 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.11.3" +version = "3.11.4" maxColumn = 150 align.preset = false rewrite.rules = [SortImports]