From b72ea3c5f7b7eddb0326e928cf4c92a8a8c5ab98 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 13:35:40 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 7cf9b0a3..d7922177 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.2 +version = 3.8.3 preset = defaultWithAlign docstrings.blankFirstLine = yes newlines.implicitParamListModifierPrefer = before