From 9d77b895172759d10cb523b570c178a11cd7c19b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 Oct 2022 23:23:04 +0000 Subject: [PATCH] scalafmt-core 3.6.0 (was 3.5.9) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index de05821d..8ccd51ff 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -11,4 +11,4 @@ rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abst spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy } trailingCommas = preserve newlines.afterCurlyLambda = preserve -version = 3.5.9 +version = 3.6.0