From 170a7ba9491bb0ca7759296f4d6e24a5ade5552e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 28 Jul 2026 20:56:14 +0000 Subject: [PATCH] Update scalafmt-core to 3.11.5 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index e033db10..8e7ccc0d 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.11.4 +version = 3.11.5 maxColumn = 100 project.git = true project.excludeFilters = [ /sbt-test/, /input_sources/, /contraband-scala/ ]