From 50322a46d4bf4479e49f25b2d08f3e42b1b04b82 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:30:34 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 9efcdad..cc9395f 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.3" +version = "3.8.4" maxColumn = 150 align.preset = none rewrite.rules = [SortImports]