From 0886f04855c20c5c0efa89032629666945191c51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 11:19:13 +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 13f0f9de..e6fb7d83 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.0.7 +version = 3.8.1 runner.dialect = scala3 preset = IntelliJ