From 864777ef62d58834ed4a4f92cc7ee8cdbc1bc4bd Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 06:01:05 +0800 Subject: [PATCH] Update scalafmt-core to 3.8.6 (#1745) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index bc84cbe703..7af87d02f0 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.5 +version = 3.8.6 runner.dialect = scala213 project.git = true style = defaultWithAlign