From d710b2e9161c227253c25c2cce6b9fc9b7fb8e98 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Jul 2023 00:20:36 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.9 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index a04bfd86..e3e1860e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.7" +version = "3.7.9" project.git = true runner.dialect = "scala213" assumeStandardLibraryStripMargin = true