From 9df558d99ed9414a93592b47924ae453fff1d717 Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:19:22 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 7ec9816..de05e53 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = "3.7.17" +version = "3.8.0" runner.dialect = scala213source3 preset = defaultWithAlign align.preset = most