From e41d082ec4b21f1076b6918bc883d1a6290698b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 20:40:37 +0000 Subject: [PATCH] chore(deps): update dependency scalafmt to v3.10.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 087d6fa..0cdba48 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -22,4 +22,4 @@ rewriteTokens = { } spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy } trailingCommas = preserve -version = 3.10.2 +version = 3.10.3