From eccb6a10fd877dd3412c60c6c1b80739ac8cb4a7 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Sun, 6 Nov 2022 00:21:08 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.6.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 55db8c874b..e981f97ce6 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.6.0" +version = "3.6.1" runner.dialect = scala213 maxColumn = 120 align.preset = most From 916836efca9385bfe7425ece339ef35b7beb148a Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Sun, 6 Nov 2022 00:21:50 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.6.1 Executed command: scalafmt --non-interactive --- dsp-schema/api/src/main/scala/dsp/schema/api/app/App.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsp-schema/api/src/main/scala/dsp/schema/api/app/App.scala b/dsp-schema/api/src/main/scala/dsp/schema/api/app/App.scala index 7da5a370bc..fa230e0b30 100644 --- a/dsp-schema/api/src/main/scala/dsp/schema/api/app/App.scala +++ b/dsp-schema/api/src/main/scala/dsp/schema/api/app/App.scala @@ -10,4 +10,4 @@ object App extends ZIOAppDefault { } def run = Server.start(8090, app) -} \ No newline at end of file +} From 83a7836a47044702b82cf269b7cb52d45b69dc4e Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Sun, 6 Nov 2022 00:21:50 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.6.1' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000000..02bb04d31a --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.6.1 +916836efca9385bfe7425ece339ef35b7beb148a