From 9a1500924988e943dadfed984ee4ef0b5a1f05b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 02:46:01 +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..ac704e3 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ -version = "2.7.5" +version = "3.10.2" maxColumn = 110 trailingCommas = always