From 72b92f3f00ce12eab5637d9a575a2dd3eb0a82d1 Mon Sep 17 00:00:00 2001 From: "xuwei-k-bot[bot]" <74788111+xuwei-k-bot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 04:17:48 +0000 Subject: [PATCH] Update scalafmt-core to 3.9.2 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index f82b86e..d458866 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -9,5 +9,5 @@ docstrings.style = keep align.openParenCallSite = false includeCurlyBraceInSelectChains = false optIn.breakChainOnFirstMethodDot = false -version = "3.9.1" +version = "3.9.2" trailingCommas = preserve