From b1b395297ddff1a46d2503fbd046272965326245 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 00:21:44 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index c2a03ed8..71c9ccd3 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.0" +version = "3.7.1" runner.dialect = scala213 maxColumn = 100 project.git = true