From e639033c5aa67c317ffece291a71a0f31cb8278b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:55:30 +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..77ee0d9 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ -version = "2.7.5" +version = "3.10.0" maxColumn = 110 trailingCommas = always