From 264619bf3b329b78119743bdd86b426c0fde39f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 10 Jul 2026 14:34:34 +0000 Subject: [PATCH] Update scalafmt-core to 3.11.2 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 318e59a73..e3a254a10 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version = "3.11.1" +version = "3.11.2" maxColumn = 120 rewrite.rules = [SortImports, RedundantBraces] runner.dialect = scala212