From 58644b3ac6f0c4ba9bb305ff6e6c8569eec189aa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 May 2026 15:14:55 +0000 Subject: [PATCH] Update scalafmt-core to 3.11.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 42dd91185..318e59a73 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.1" maxColumn = 120 rewrite.rules = [SortImports, RedundantBraces] runner.dialect = scala212