From 8424fce0e3f7c02585c4db278210522a5be4aa17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 05:43:46 +0000 Subject: [PATCH] chore(deps): update dependency scalafmt to v3.10.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 6fab6aa..594732a 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.10.3 +version = 3.10.4 preset=IntelliJ runner.dialect = scala213