From d0554b00d1a326864c1978117f62c4c2823c9d12 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 30 Aug 2021 13:31:09 +0200 Subject: [PATCH] Update scalafmt-core to 3.0.1 (#313) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 49f77442..2a2b33fe 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=3.0.0 +version=3.0.1 align.openParenCallSite = true align.openParenDefnSite = true maxColumn = 120