From 2031de03df95b6a2671a57eab4958fc8221e3fca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 12:44:17 +0000 Subject: [PATCH] Update dependency scalafmt to v3.11.5 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index d399713..574bb34 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.5.2" +version = "3.11.5" runner.dialect = scala3 trailingCommas = multiple rewrite.scala3.convertToNewSyntax = yes