From baae8d9984ff654d3d14d5ddcb017be7da1d61dc Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sun, 12 Jul 2026 00:54:58 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.11.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index e6dfe9406..bfd32ed4b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.11.1 +version = 3.11.3 maxColumn = 120 runner.dialect = scala213 fileOverride { From bfa64bd8105dea63a8d9d4516264ade30fb2b709 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sun, 12 Jul 2026 00:55:06 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.11.3 Executed command: scalafmt --non-interactive --- .../sttp/client4/http4s/Http4sNativeHttpStreamingTest.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/http4s-backend/src/test/scalanative/sttp/client4/http4s/Http4sNativeHttpStreamingTest.scala b/http4s-backend/src/test/scalanative/sttp/client4/http4s/Http4sNativeHttpStreamingTest.scala index 7d6f9547c..8dc316675 100644 --- a/http4s-backend/src/test/scalanative/sttp/client4/http4s/Http4sNativeHttpStreamingTest.scala +++ b/http4s-backend/src/test/scalanative/sttp/client4/http4s/Http4sNativeHttpStreamingTest.scala @@ -12,7 +12,9 @@ class Http4sNativeHttpStreamingTest extends Fs2StreamingTest { Http4sBackend.usingDefaultEmberClientBuilder[IO]().allocated.unsafeRunSync()._1 } catch { case e: Throwable => - Console.err.println(s"[Http4sNativeHttpStreamingTest] Failed to create backend: $e ${e.getMessage()} ${e.getCause()}") + Console.err.println( + s"[Http4sNativeHttpStreamingTest] Failed to create backend: $e ${e.getMessage()} ${e.getCause()}" + ) e.printStackTrace(Console.err) throw e } From 8ce44ce99b32e8dcf45eb73565e7b7f0ed3c7c72 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sun, 12 Jul 2026 00:55:06 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.11.3' 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 8b0ea942b..ea502998b 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -32,3 +32,6 @@ be3cd01c8ea70ee2383d0d05ab8d129f67b70c28 # Scala Steward: Reformat with scalafmt 3.9.10 b7e0d446ca24e29e575c861862796c2dfcf88baa + +# Scala Steward: Reformat with scalafmt 3.11.3 +bfa64bd8105dea63a8d9d4516264ade30fb2b709