From f07c68a26d03c39a546f4b3f59c3a82c6a50cc77 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Nov 2025 00:36:12 +0000 Subject: [PATCH] Update scalafmt-core to 3.10.2 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index f61ce16d..088ed0f1 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = "3.10.1" +version = "3.10.2" runner.dialect = scala213source3 maxColumn = 140 project.git = true