From f894c92a709e9bda8be8d4b05d5166979a1b0e42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 14:11:57 +0000 Subject: [PATCH] Update scalafmt-core to 3.4.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 0488480..59254e9 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ runner.dialect = "scala213" -version=3.2.2 +version=3.4.3 binPack.parentConstructors = true maxColumn = 128 includeCurlyBraceInSelectChains = false