From aa57dc193eb8676214b6195e778d964c8f595ed7 Mon Sep 17 00:00:00 2001 From: "xuwei-k-bot[bot]" <74788111+xuwei-k-bot[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 04:13:13 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index f92969d..ae45da1 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -8,5 +8,5 @@ docstrings.style = keep align.openParenCallSite = false includeCurlyBraceInSelectChains = false optIn.breakChainOnFirstMethodDot = false -version = "3.7.17" +version = "3.8.1" trailingCommas = preserve