From 6ebd6f452ab815ac7462464d3a9ad464e8e2d825 Mon Sep 17 00:00:00 2001 From: moia-pipeline <36039560+moia-pipeline@users.noreply.github.com> Date: Mon, 4 Oct 2021 10:22:12 +0200 Subject: [PATCH] Upgrade scalafmt-core from 3.0.5 to 3.0.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 1549c82f..47933f6f 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = "3.0.5" +version = "3.0.6" align.preset = more assumeStandardLibraryStripMargin = true danglingParentheses.preset = true