From ca4965a2b000a1abda7c97f061b8f2c4b0f2c76b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 03:01:40 +0000 Subject: [PATCH] scalafmt-core 3.8.0 (was 3.7.17) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index d7208dc7..f78b7138 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.7.17 +version = 3.8.0