From b794ca3f81c78d26fb9bccd53fea201f4f1b75e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 11:57:03 +0000 Subject: [PATCH] Update dependency scalafmt to v3.10.5 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index a58f92f1..7fe3d4a7 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.9.8" +version = "3.10.5" runner.dialect = scala213source3 assumeStandardLibraryStripMargin = true docstrings.style = Asterisk