From 0bc7f7e30551fb8b9efbe4c62d6b0bae9bfd9ede Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 03:49:15 +0000 Subject: [PATCH] Update dependency scalafmt to v3.9.10 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 9a764f2..ca93214 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.9.4 +version = 3.9.10 runner.dialect = scala213source3 maxColumn = 100