From 0f2d2bf0412505bc783b5510875db29ef5e5772b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Apr 2026 16:39:49 +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 7be53b9..e02905e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # Test upgrades: $ scripts/scalafmt --test 2> diff.txt -version = 3.10.7 +version = 3.11.0 runner.dialect = scala3 preset = default