From 18a420965e0ffff011ccd2974464582ccc3d213c Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 11 Jul 2023 01:22:32 +0000 Subject: [PATCH] Upgrade scalafmt-core from 3.7.6 to 3.7.8 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 6e052cc..907b3ff 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = "3.7.6" +version = "3.7.8" runner.dialect = "scala213source3" preset=defaultWithAlign align.preset = most