From 1f437742584684313a142eaa9a28fe0895f3d6b3 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 4 Aug 2023 01:12:00 +0000 Subject: [PATCH] Upgrade scalafmt-core from 3.7.11 to 3.7.12 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index e3ee9f8..142d016 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = "3.7.11" +version = "3.7.12" runner.dialect = "scala213source3" preset=defaultWithAlign align.preset = most