From bbf32672f7120b137b90d8b0d2e6bc9537987e97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:31:30 +0000 Subject: [PATCH] Update dependency scalafmt to v3.10.7 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 147855f..718d958 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.10.6 +version = 3.10.7 preset = defaultWithAlign maxColumn = 120 continuationIndent.defnSite = 2