From 907ba47d47082db83bc10a054ff2a3d66154ca16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 07:45:58 +0000 Subject: [PATCH] Update dependency scalafmt to v3.10.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index c41ebd8e..b1fa5c0e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.5.4 +version = 3.10.6 lineEndings = preserve runner.dialect = scala213