From 272383a37faa2de87a24f1defd3fd12d1bef1300 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:03:02 +0000 Subject: [PATCH] Update dependency scalafmt to v3.11.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index a58f92f1..3e74b494 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.9.8" +version = "3.11.0" runner.dialect = scala213source3 assumeStandardLibraryStripMargin = true docstrings.style = Asterisk