From 5b017a62e1230d7605b8a5ac82992dd684cc4100 Mon Sep 17 00:00:00 2001 From: atala-dev <57987237+atala-dev@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:27:12 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.17 in main (#174) * Update scalafmt-core to 3.7.17 in main * Reformat with scalafmt 3.7.17 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.7.17' to .git-blame-ignore-revs Signed-off-by: atala-dev <57987237+atala-dev@users.noreply.github.com> --- .git-blame-ignore-revs | 3 +++ .scalafmt.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 13dccddd..753268c3 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -6,3 +6,6 @@ # Scala Steward: Reformat with scalafmt 3.7.15 3e95a584d68fdb4506caa91a0c7833d277dc8c8d + +# Scala Steward: Reformat with scalafmt 3.7.17 +de9b2865bc74e8768f518d10d860cb1408828fff diff --git a/.scalafmt.conf b/.scalafmt.conf index 3f4c1329..d4622ed1 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.15" +version = "3.7.17" runner.dialect = scala3 maxColumn = 120