From 4c426cd89700f4b37e3d0ae316100bb7016dc02c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Jul 2026 00:12:15 +0000 Subject: [PATCH] Update scalafmt-core to 3.11.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index eddb42c7..31d6f5fc 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = 3.11.1 +version = 3.11.3 runner { dialect = scala3 }