From b48019784b1e4e8c548c838323116f70de072fd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 09:32:17 +0000 Subject: [PATCH] Update dependency scalafmt to v3.10.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index f0f8336..8e9c568 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.1 +version = 3.10.1 // https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects runner.dialect = scala213