From 60da898295b539d80fea1509c081dace8a08a190 Mon Sep 17 00:00:00 2001 From: "scalaz-bot[bot]" <74843977+scalaz-bot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:08:10 +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 5026bf9..24c80a2 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -10,4 +10,4 @@ spaces.inImportCurlyBraces = true includeCurlyBraceInSelectChains = false optIn.breakChainOnFirstMethodDot = false trailingCommas = preserve -version = "3.8.4" +version = "3.8.5"