From d9cc67ea2e09150eeac00f552ec7a044df757065 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 22:28:20 +0000 Subject: [PATCH] chore(deps): update dependency scalafmt to v3.8.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 591d962e..c5ae3d5e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -4,7 +4,7 @@ # To edit the original configurations go to # https://github.com/alejandrohdezma/sbt-scalafmt-defaults/edit/master/.scalafmt.conf -version = 3.0.5 +version = 3.8.1 runner.dialect = scala3 maxColumn = 120 align.preset = none