From 77361df1486060c7b6c5bb0e4c63e7ec40da7603 Mon Sep 17 00:00:00 2001 From: moia-pipeline <36039560+moia-pipeline@users.noreply.github.com> Date: Mon, 14 Feb 2022 09:16:58 +0100 Subject: [PATCH] Upgrade scalafmt-core from 3.4.2 to 3.4.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 4901c39f..e41c23b5 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = "3.4.2" +version = "3.4.3" runner.dialect = scala213source3 preset = defaultWithAlign align.preset = most