From bbeaa70d549ffc1309442ca2bf610f05cd795ee6 Mon Sep 17 00:00:00 2001 From: Jules Ivanic Date: Sat, 18 Jul 2026 01:41:39 +0000 Subject: [PATCH] Update scalafmt-core to 3.11.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 553c665..7bf3d34 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.11.3" +version = "3.11.4" 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