From 71e3e5bc34d1708f3be5aae382c362d98165f1eb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 16 Jun 2024 15:13:37 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.2 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index e667c44..7cf9b0a 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.1 +version = 3.8.2 preset = defaultWithAlign docstrings.blankFirstLine = yes newlines.implicitParamListModifierPrefer = before