From 655ff0e5f343f36218aa7b25c5fff09515b7e6f3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 May 2020 05:18:03 +0200 Subject: [PATCH] Update scalafmt-core to 2.5.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 979b01f2..27676ffc 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.4.2 +version = 2.5.3