From f66ea9e24b82cf27d3fe5909af4aaf23200ec89c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Oct 2021 22:07:38 +0200 Subject: [PATCH] Update scalafmt-core to 3.0.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index f6a810b..83fc35e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.0.3" +version = "3.0.6" maxColumn = 100 align = none continuationIndent.defnSite = 2