From 654f6a78c4c3c67d1c745f9be7135c18f7176712 Mon Sep 17 00:00:00 2001 From: "scala-steward-for-moia[bot]" <97042238+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:07:01 +0100 Subject: [PATCH] Update scalafmt-core to 3.7.17 (#160) Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 187afb5..976124e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = "3.7.15" +version = "3.7.17" runner.dialect = scala213source3 preset = defaultWithAlign align.preset = most