From 573ad8532a12e15d1a6146735abe9b7383013fd1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Jun 2020 05:12:01 +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 b805673d..799c5d5e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -8,4 +8,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ] spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy } trailingCommas = always -version = 2.5.3 +version = 2.6.0