From d1ba69c24314b1a80244ab099273c9e6998002cd Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 10:54:19 +0100 Subject: [PATCH] Update scalafmt-core to 3.7.17 (#1146) 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 8624356ca62..693d816fdd3 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.14 +version = 3.7.17 runner.dialect = scala213 project.git = true style = defaultWithAlign