From dc1c00487523e4645cf85bb43891476d499e7861 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jul 2026 17:22:36 +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 c554f39..05609d9 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -3,7 +3,7 @@ # - better interop with default IntelliJ IDEA setup (matching import and modifiers sorting logic) # - better developer experience on laptop screens (like 16' MBPs) with IntelliJ IDEA (line wraps) -version = 3.11.3 +version = 3.11.4 runner.dialect = scala213source3 fileOverride {