From e551d82e6c63a4483627edca3cdae45fa1143821 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 04:04:48 +0000 Subject: [PATCH] chore(deps): Update dependency scalafmt to v3.10.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 602045096..8c473f46a 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.2 +version = 3.10.1 runner.dialect = scala213 style = defaultWithAlign danglingParentheses.preset = true