From 50fbb6b5a1d5a54faf6ad576b3cebd2c93cb2792 Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:42:21 +0000 Subject: [PATCH] Update scalafmt-core to 3.9.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 22fb8f2..0da91b4 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.9.0 +version = 3.9.1 runner.dialect = scala3 align.preset = some align.arrowEnumeratorGenerator = true