From 520bfbbb1792cde6b7102b82c6fb3779878cb9e5 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:07:46 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.15 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index f18c61e..b432f4e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -9,4 +9,4 @@ continuationIndent.extendSite = 2 includeCurlyBraceInSelectChains = false optIn.breakChainOnFirstMethodDot = false align.preset = none -version = "3.7.14" +version = "3.7.15"