From 0ba2dbf5a5a0d10710e2718efcffd3015fdec610 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 Feb 2025 16:17:57 +0000 Subject: [PATCH] Update scalafmt-core to 3.9.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index b3f55ac..dbe5d4f 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.6 +version = 3.9.0 preset = defaultWithAlign docstrings.blankFirstLine = yes newlines.implicitParamListModifierPrefer = before