From c68b852db17517905a6a7a3001e76169c0c2a97e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Apr 2026 14:51:25 +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 42dd91185..41380aef2 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.10.7" +version = "3.11.0" maxColumn = 120 rewrite.rules = [SortImports, RedundantBraces] runner.dialect = scala212