From f07f921450deb2836266a27bd5ba93e9dc5be641 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 05:53:47 +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..54ee8aa 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ -version = "2.7.5" +version = "3.11.5" maxColumn = 110 trailingCommas = always