From 9b55f74ec30a4f806176d7f282eea1093001eeb5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 22 Feb 2024 00:41:36 +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 a85b78e..d1e8d15 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -13,4 +13,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 = preserve -version = 3.7.17 +version = 3.8.0