From 0a1a66e03872ab414dc809500d3a1dbab0ddc8d1 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:26:53 +0200 Subject: [PATCH] Update scalafmt-core to 3.7.10 (#617) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 8b22c9e3..89cefacd 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.4 +version = 3.7.10 runner.dialect = scala3 align.preset = none docstrings.style = keep