From 96f72f982cd6219d2a47fa63ade4f42606a58f2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 17:38:15 +0000 Subject: [PATCH] Update dependency scalafmt to v3.11.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index c41ebd8e..881978dc 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.5.4 +version = 3.11.1 lineEndings = preserve runner.dialect = scala213