From f4c165761aec33c002d89a3247aaac9f600b1d82 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 12:51:21 +0800 Subject: [PATCH] Update scalafmt-core to 3.8.6 (#263) 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 90a8253d..c813b3e2 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