From 81c867321a2e430e9fc3dad17a8051669690ea12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 13:26:37 +0000 Subject: [PATCH] Update dependency scalafmt to v3.11.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index b3c9302..c1c6427 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.11.3 +version = 3.11.4 preset = defaultWithAlign maxColumn = 120 continuationIndent.defnSite = 2