From 136185f699294f9f9a772d0646454e182f2f89ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 22:01:42 +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 da639de..6fab6aa 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.10.2 +version = 3.10.3 preset=IntelliJ runner.dialect = scala213