From 285d869d313b7a59e7027ab69bd3f03701f6001f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 12:27:33 +0000 Subject: [PATCH] chore(deps): update scalafmt to v3.10.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 1cd9235..d301f17 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.10.0" +version = "3.10.1" maxColumn = 120 align.preset = most align.multiline = false