From 6d0a70208be60c0c455192474cdf9194a2bb322d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 27 Oct 2023 17:28:31 +0200 Subject: [PATCH] Update scalafmt-core to 3.7.15 (#782) Co-authored-by: Peter Kotula --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 65280af8d..dce40571b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.14" +version = "3.7.15" runner.dialect = scala212 maxColumn = 120 align.preset = most