From f89efbf82689ef3c46ec19fce139d85e100f4808 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Jan 2025 01:56:23 +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 9d98a42..429135d 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,2 +1,2 @@ -version = 3.8.3 +version = 3.8.4 runner.dialect = "scala213source3" \ No newline at end of file From 7b0251d01168ca4d8e66fe21146010d32a26f9d9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Jan 2025 01:56:40 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.8.4 Executed command: scalafmt --non-interactive --- prox-core/src/main/scala/io/github/vigoo/prox/runner.scala | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/prox-core/src/main/scala/io/github/vigoo/prox/runner.scala b/prox-core/src/main/scala/io/github/vigoo/prox/runner.scala index 2e7a114..9327222 100644 --- a/prox-core/src/main/scala/io/github/vigoo/prox/runner.scala +++ b/prox-core/src/main/scala/io/github/vigoo/prox/runner.scala @@ -240,8 +240,10 @@ trait ProcessRunnerModule { firstProcess: Process[ProxStream[Byte], E] with RedirectableInput[Process[ProxStream[Byte], E]], previousOutput: ProxStream[Byte], - remainingProcesses: List[Process[ProxStream[Byte], E] - with RedirectableInput[Process[ProxStream[Byte], E]]], + remainingProcesses: List[ + Process[ProxStream[Byte], E] + with RedirectableInput[Process[ProxStream[Byte], E]] + ], startedProcesses: List[RunningProcess[_, E, Info]] ): ProxIO[(List[RunningProcess[_, E, Info]], ProxStream[Byte])] = { startProcess( From c8a64b862c8443e46e4588f98c4be264d121e480 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Jan 2025 01:56:40 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.8.4' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 4ece38d..1e67ba7 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,5 @@ # Scala Steward: Reformat with scalafmt 3.8.1 9dd9b24328ef9e0200929265b623295bf8f7f6a3 + +# Scala Steward: Reformat with scalafmt 3.8.4 +7b0251d01168ca4d8e66fe21146010d32a26f9d9