From f7f19d0a82881710accb21419857a2eccbec867a Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:19:58 +0000 Subject: [PATCH] Upgrade scalafmt-core from 3.8.3 to 3.8.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 5333a48..97b81a2 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = "3.8.3" +version = "3.8.4" runner.dialect = scala213source3 preset = defaultWithAlign align.preset = most