From 6128368f367c21a67dc84fad263d56b81f1a1112 Mon Sep 17 00:00:00 2001 From: "xuwei-k-bot[bot]" <74788111+xuwei-k-bot[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 04:17:00 +0000 Subject: [PATCH] Update scalafmt-core to 3.9.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index f2acdff..f82b86e 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.0" +version = "3.9.1" trailingCommas = preserve