From 8b7ce0438dc0fc5d39e2abe90df0f96eb4793bd3 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:12:44 +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 53ed2701..df4e2954 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=3.7.12 +version=3.7.15 runner.dialect = Scala213Source3 align.openParenCallSite = true align.openParenDefnSite = true