From ea9f785dbe801552fa5f54c5c5ce8c8b9b1c5e4c Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:54:34 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 4b36e25..771a159 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.17" +version = "3.8.0"