From 7287bd853a1fb994d4e88cfd8fb322437134971c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 00:47:26 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.14 in master --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 8b22a29..3074fc4 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ runner.dialect = scala212source3 -version = "3.7.9" +version = "3.7.14" maxColumn = 80