From e9fd09c79202f100adbf7227c64add21e9b4770f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 20 Oct 2021 20:49:28 +0200 Subject: [PATCH] Update scalafmt-core to 3.0.7 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index ac308f3..2ea7975 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -6,4 +6,4 @@ newlines.topLevelStatementBlankLines = [ { blanks { before = 1, after = 0, beforeEndMarker = 0 } } ] rewrite.rules = [SortImports, RedundantBraces] -version=3.0.6 +version=3.0.7