From 0f73c5916e85abe2dd9e5a80cad0212030aa3f1e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Jan 2025 20:56:02 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 6e3a55c..2555ad8 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.17 +version = 3.8.6 maxColumn = 140 continuationIndent.callSite = 2 continuationIndent.defnSite = 2