From 99fa6fe22c20ee3b36cdd0fcbafb5e326eb89ee9 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 25 Jan 2025 01:49:52 +0100 Subject: [PATCH] Update scalafmt-core to 3.8.6 (#182) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index b856bef..4889c1f 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.5 +version = 3.8.6 runner.dialect = scala213source3 style = defaultWithAlign