From 479fff03896a65178356aa722a7ddb85853f1950 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:45:58 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 6f6b233..096fadf 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -7,4 +7,4 @@ docstrings.style = keep align.preset = none includeCurlyBraceInSelectChains = false optIn.breakChainOnFirstMethodDot = false -version = "3.8.3" +version = "3.8.4"