From 2147fec83162ecf6438ad7afd2a997e8f79ab1c8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 23:05:02 +0000 Subject: [PATCH] [2.2.x] scalafmt-core 3.8.3 (was 3.8.2) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index d4011dbf..d135e8af 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.8.2 +version = 3.8.3