From 8a147e5a144b486d2ec3052236630c8a00288dd3 Mon Sep 17 00:00:00 2001 From: "wartremover-bot[bot]" <74847867+wartremover-bot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 01:52:25 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.7 in master --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 4a82a9f..13e2580 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.4" +version = "3.7.7" runner.dialect = Scala213 maxColumn = 120 align.preset = none