From 3ef65e6edb96456236b2531ae12b442d1ce485d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 22:28:02 +0000 Subject: [PATCH] chore(deps): update dependency scalafmt to v3.10.0 --- .github/linters/.scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/linters/.scalafmt.conf b/.github/linters/.scalafmt.conf index a60341c..df58bd7 100644 --- a/.github/linters/.scalafmt.conf +++ b/.github/linters/.scalafmt.conf @@ -1,6 +1,6 @@ // Scala Format Configuration // https://scalameta.org/scalafmt/docs/configuration.html -version = 3.9.10 +version = 3.10.0 align.preset = more // For pretty alignment. maxColumn = 80 // https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects