From bb6c2b2c98324488c720591baf0095e2e74fbf21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:54:58 +0000 Subject: [PATCH] chore(deps): update dependency scalafmt to v3.8.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 8e21302..7e41606 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -3,7 +3,7 @@ # **************************************************************************************************** preset = default # Default configuration -version = 3.8.2 # Scalafmt version +version = 3.8.4 # Scalafmt version runner.dialect = scala3 # Scala 3 formatting rules maxColumn = 120 # Max char before forcing new line