From 162f108c8a72e35315c5e11b0987a6aed1bbb1b1 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:58:14 +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 5c3db29e..21aa9197 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.10.7" +version = "3.11.0" runner.dialect = scala213 maxColumn = 100 project.git = true