From 6a9f3c4b0d884c9779f81bd1d1585b311127d886 Mon Sep 17 00:00:00 2001 From: moia-pipeline <36039560+moia-pipeline@users.noreply.github.com> Date: Mon, 6 Dec 2021 09:23:25 +0100 Subject: [PATCH] Upgrade scalafmt-core from 3.1.2 to 3.2.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index a15a8560..ccf2b6a4 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = "3.1.2" +version = "3.2.1" runner.dialect = scala213source3 preset = defaultWithAlign align.preset = most