From 44d4216a1afd211a22d51e997e5e544226e58c8b Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 11 Jul 2026 01:07:34 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.11.2 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index e6dfe9406..e183e0e2d 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.11.1 +version = 3.11.2 maxColumn = 120 runner.dialect = scala213 fileOverride { From 158777940038124c6ca782eb80217076b55edbf3 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 11 Jul 2026 01:07:42 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.11.2 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 d826e17dec39d4df758faf9301e781776078612c Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 11 Jul 2026 01:07:42 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.11.2' 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..a40f972d2 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.2 +158777940038124c6ca782eb80217076b55edbf3