From 02e9abc94e135802d561375c81c71ef2b14dae7b Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:11:25 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index ff459b2..dd2cc44 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.2" +version = "3.8.3" maxColumn = 120 align.preset = none rewrite.rules = [SortImports]