From 5613fe2617e47a4e79bf2eca67a8e12a959a68b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 22:56:40 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.10 in master --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 8b22a29..394623d 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ runner.dialect = scala212source3 -version = "3.7.9" +version = "3.7.10" maxColumn = 80