From fe5877ad49ff690c524db886a21d2867f5aee3fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 17:42:44 +0000 Subject: [PATCH] chore(deps): update dependency scalafmt to v3.11.5 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 762514a..63595c0 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.11.4" +version = "3.11.5" runner.dialect = scala212 maxColumn = 120 trailingCommas = always