From 11ad22b34ccef58fa2ef7a34fcb57e0bb2324723 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 11:47:52 +0000 Subject: [PATCH] chore(deps): update dependency scalafmt to v3.10.5 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 594732a..8705903 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.10.4 +version = 3.10.5 preset=IntelliJ runner.dialect = scala213