From 87facf9c4265360517d948056493a165ed6da30e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 24 Oct 2023 17:31:15 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.15 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index a27b976..2a5d031 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.14 +version = 3.7.15 preset = defaultWithAlign docstrings.blankFirstLine = yes newlines.implicitParamListModifierPrefer = before