From a5e77130e12a1e20942c97bfd03c41b68a829d14 Mon Sep 17 00:00:00 2001 From: Jules Ivanic Date: Fri, 10 Jul 2026 02:01:51 +0000 Subject: [PATCH] Update scalafmt-core to 3.11.2 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 754d0be..2b15e89 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.11.1" +version = "3.11.2" runner.dialect = scala3 # https://scalameta.org/scalafmt/docs/configuration.html#scala-3 runner.dialectOverride.allowSignificantIndentation = false # See https://x.com/ghostdogpr/status/1706589471469425074 maxColumn = 140