From 27f86adefb7160e69a6fff51e86ac9d5373d2e8f Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Mon, 15 Nov 2021 15:40:29 +0800 Subject: [PATCH] Update scalafmt-core to 3.1.1 (#83) * Update scalafmt-core to 3.1.1 * Fix build error. --- .scalafmt.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index ccf84b3..3568c3c 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,6 @@ -version = 3.0.8 +version = 3.1.1 maxColumn = 150 +runner.dialect = scala213 continuationIndent.callSite = 2 continuationIndent.defnSite = 4 assumeStandardLibraryStripMargin = true