From fd559b5e6ecd30e3fa04488b7057d6079442f397 Mon Sep 17 00:00:00 2001 From: scala-steward-bot <2517319+scala-steward-bot@users.noreply.github.com> Date: Sun, 10 May 2026 17:23:14 +0000 Subject: [PATCH] Update scalafmt-core to 3.11.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 1bfbce6..d5785b3 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -9,4 +9,4 @@ continuationIndent.extendSite = 2 includeCurlyBraceInSelectChains = false optIn.breakChainOnFirstMethodDot = false align.preset = none -version = "3.11.0" +version = "3.11.1"