From 5a6b5b29ec389fd3893f623524da4a07a5b48215 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Fri, 3 Jun 2022 13:46:35 -0700 Subject: [PATCH] Update scalafmt-core to 2.6.4 (#318) * Update scalafmt-core to 2.6.4 * Reformat with scalafmt 2.6.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index ee0741ee..10ae091b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 2.6.1 +version = 2.6.4 maxColumn = 180 style = defaultWithAlign optIn.breaksInsideChains = true