From 0f29cf6b0b4efa0a7930bf472cd8d9c9201b65f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Aug 2025 15:13:34 +0000 Subject: [PATCH] Update dependency scalafmt to v3.9.9 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index a58f92f1..c913b804 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.9.8" +version = "3.9.9" runner.dialect = scala213source3 assumeStandardLibraryStripMargin = true docstrings.style = Asterisk