From d2f5d262dc9e7aeabdda43dfefda5ceed952eb21 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 30 Mar 2024 16:34:20 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index d5bb4a6a..e667c448 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.0 +version = 3.8.1 preset = defaultWithAlign docstrings.blankFirstLine = yes newlines.implicitParamListModifierPrefer = before