From 24b4cab77e155dfd9c5f4a68e3ec9b61bd06aee1 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 16 Jan 2025 20:53:37 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.5 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index a581f83..4b3e240 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -7,5 +7,5 @@ continuationIndent.defnSite = 2 docstrings.style = keep includeCurlyBraceInSelectChains = false optIn.breakChainOnFirstMethodDot = false -version = "3.8.4" +version = "3.8.5" trailingCommas = preserve