From d29e88ed22c463544acf48d3ce37bc7644948686 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 19:44:31 +0000 Subject: [PATCH] Update dependency scalafmt to v3.11.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index d399713..6ad6296 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.5.2" +version = "3.11.1" runner.dialect = scala3 trailingCommas = multiple rewrite.scala3.convertToNewSyntax = yes