From 999d6f17419ca2a5589ee2d62ee42da4a29436ee Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Oct 2023 14:46:09 +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 cfad99bd..91bdbdc8 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.5.9 +version = 3.7.15 continuationIndent.defnSite = 2 docstrings = JavaDoc includeCurlyBraceInSelectChains = false