From 6f874af355282ebce55893d33a5b8d81e909b4cf Mon Sep 17 00:00:00 2001 From: "scala-steward-for-moia[bot]" <97042238+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 09:22:47 +0000 Subject: [PATCH] Upgrade scalafmt-core from 3.4.3 to 3.5.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index e41c23b5..fd4b4b78 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = "3.4.3" +version = "3.5.0" runner.dialect = scala213source3 preset = defaultWithAlign align.preset = most