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