From b7f52c3ca0e3ca678f9462e7099c67e76d5904ee Mon Sep 17 00:00:00 2001 From: Jules Ivanic Date: Mon, 13 Apr 2026 09:48:40 +0000 Subject: [PATCH] Update scalafmt-core to 3.11.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 0ff23f6..5025c8e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.10.7" +version = "3.11.0" 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