From 566fa26036b896a30a96bbd6217bdb895694e492 Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:14:50 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.8.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 8896812..b070a45 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = "3.8.3" +version = "3.8.4" runner.dialect = scala213source3 preset = defaultWithAlign align.preset = most From f0280eb967f7304093decc57a53cc48ecc3484f6 Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:14:54 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.8.4 Executed command: scalafmt --non-interactive --- .../io/moia/itkit/samples/SampleProcessPerSuiteSpec.scala | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/samples/src/it/scala/io/moia/itkit/samples/SampleProcessPerSuiteSpec.scala b/samples/src/it/scala/io/moia/itkit/samples/SampleProcessPerSuiteSpec.scala index cbef19a..d216d70 100644 --- a/samples/src/it/scala/io/moia/itkit/samples/SampleProcessPerSuiteSpec.scala +++ b/samples/src/it/scala/io/moia/itkit/samples/SampleProcessPerSuiteSpec.scala @@ -17,22 +17,19 @@ class SampleProcessPerSuiteSpec extends AsyncWordSpecLike with Matchers with One "show that a server is only started once per suite" when { - "first test is executed" in { + "first test is executed" in client.getRequest("/hello").flatMap { response => Unmarshal(response.entity).to[String].map { s => s shouldBe s"localhost:${process.port}" } } - } - - "second test is executed" in { + "second test is executed" in client.getRequest("/hello").flatMap { response => Unmarshal(response.entity).to[String].map { s => s shouldBe s"localhost:${process.port}" } } - } } } } From c9ab912d51c01794ba5f850d3355e64a424c4dff Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:14:54 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.8.4' 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 0000000..d2225df --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.8.4 +f0280eb967f7304093decc57a53cc48ecc3484f6