From bab297abaf865854e4a6d603dcad3e796ba77a54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 04:01:07 +0000 Subject: [PATCH] Update dependency scalafmt to v3.11.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 13203c2..b3c9302 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.11.1 +version = 3.11.3 preset = defaultWithAlign maxColumn = 120 continuationIndent.defnSite = 2