From 9cc054ff57142db36bde43ad0ebcf54af76601ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 07:51:55 +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