From 62bb007bfb96d3b1428026f160da9e0587195c5a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Jun 2020 05:13:19 +0200 Subject: [PATCH] Update scalafmt-core to 2.6.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 27676ffc..d2a04024 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -11,4 +11,4 @@ spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in im trailingCommas = preserve # `edition` introduced in https://github.com/scalameta/scalafmt/pull/1431 edition = 2019-10 -version = 2.5.3 +version = 2.6.0