From ee371bba4c33e7ab2d1d2581a69f56ae7566c7e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 11:14:24 +0000 Subject: [PATCH] Update dependency scalafmt to v3.11.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index d399713..3ad0b43 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.5.2" +version = "3.11.4" runner.dialect = scala3 trailingCommas = multiple rewrite.scala3.convertToNewSyntax = yes