From 98bc4d5e668eae600b8377b6b830d4137895bfb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 15:36:29 +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 cd5d20f..749d471 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -5,7 +5,7 @@ # Distributed under terms of the MIT license. # -version = 3.5.9 +version = 3.8.1 runner.dialect = scala212 maxColumn = 120