From 3ae0929e4ead00d878323992a8c8c8f9b07f3c82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:28:55 +0000 Subject: [PATCH] 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 718d958..1648a56 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.10.7 +version = 3.11.0 preset = defaultWithAlign maxColumn = 120 continuationIndent.defnSite = 2