From 642ab7dd8b2ce67e83b3d2adf011e2f8259bfe53 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:49:22 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.13 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 883f2b6..8a78c6e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.12" +version = "3.7.13" runner.dialect = Scala213 maxColumn = 120 align.preset = none