From 7b2c5a666139d3657eb1eca49b96b5d4c2ef0e72 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 7 Mar 2025 02:25:38 +0000 Subject: [PATCH] Update scalafmt-core to 3.9.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index dc60e98..ffdeccf 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -9,7 +9,7 @@ docstrings.style = keep includeCurlyBraceInSelectChains = false optIn.breakChainOnFirstMethodDot = false trailingCommas = preserve -version = "3.9.2" +version = "3.9.3" project.layout = StandardConvention rewrite.scala3.convertToNewSyntax = true fileOverride {