From ed6a38ec41dfd0d744698346c54f62cc2eec37b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:22:42 +0000 Subject: [PATCH] chore(deps): update dependency scalafmt to v3.11.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 9dfb755..0ea905b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,2 +1,2 @@ -version = "3.7.15" +version = "3.11.0" runner.dialect = scala3