From 0918a85e8d9785f6f0fba4c3ffddfe08e5a5cce1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 04:59:07 +0000 Subject: [PATCH] Update dependency scalafmt to v3.10.4 --- backend/.scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/.scalafmt.conf b/backend/.scalafmt.conf index dccbb1f4..8366c671 100644 --- a/backend/.scalafmt.conf +++ b/backend/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.9.7" +version = "3.10.4" style = defaultWithAlign maxColumn = 80 rewrite.rules = [AvoidInfix, SortImports, PreferCurlyFors]