From 4b7ecc181d2357519e110fa587ecea6018c9272e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 00:04:36 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.2 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 00af3ec..925c0a4 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.1" +version = "3.7.2" runner.dialect = scala212 # https://scalameta.org/scalafmt/docs/configuration.html#scala-2-with--xsource3 maxColumn = 140 align.preset = most