From a84161ee54fa7c045fb922dfc2e92d1756a31923 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Feb 2023 12:59:16 +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 524edf9c..542cc0ce 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # This file was originally copied from https://github.com/playframework/playframework/blob/main/.scalafmt.conf -version = 3.7.1 +version = 3.7.2 runner.dialect = scala213 align.preset = more assumeStandardLibraryStripMargin = true