From fd5ee8183de54a46b07e7f3d11025d644a121d87 Mon Sep 17 00:00:00 2001 From: "etspaceman-scala-steward-app[bot]" <149607074+etspaceman-scala-steward-app[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:39:40 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.6 (#449) Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com> Co-authored-by: Eric Meisel --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index eb5a9a8..747de64 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.5 +version = 3.8.6 project.git = true runner.dialect = scala213Source3