From a04e10a3ee730f0f1fe5b921b474d557d8645faa Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 16:02:12 +1100 Subject: [PATCH] Update scalafmt-core to 3.9.2 (#476) Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 2221b976..510ede1b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.6" +version = "3.9.2" maxColumn = 120 align.preset = most align.multiline = false