From a58ecaa58bcb1f23f2bb586fe6ab78cde260004b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:06:50 +0000 Subject: [PATCH] Update dependency scalafmt to v3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 5063a38..5edf560 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ -version = "2.7.5" +version = "3.11.0" maxColumn = 110 trailingCommas = always