From 726e2cb4e204169159a0b5482cd2d1054bf3e9a5 Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Sun, 14 Nov 2021 00:43:56 +0000 Subject: [PATCH 1/2] Update scalafmt-core to 3.1.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index ccf84b3..80dc16e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.0.8 +version = 3.1.1 maxColumn = 150 continuationIndent.callSite = 2 continuationIndent.defnSite = 4 From 9e948dd4eb03a01de8ae6af023a0c4afa808af09 Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Mon, 15 Nov 2021 14:24:15 +0800 Subject: [PATCH 2/2] Fix build error. --- .scalafmt.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.scalafmt.conf b/.scalafmt.conf index 80dc16e..3568c3c 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,6 @@ version = 3.1.1 maxColumn = 150 +runner.dialect = scala213 continuationIndent.callSite = 2 continuationIndent.defnSite = 4 assumeStandardLibraryStripMargin = true