From 6c9cd4971d74f2b5c02703368243c2c299444ea8 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 18 Jul 2026 00:44:40 +0000 Subject: [PATCH 1/3] Update scalafmt-core to 3.11.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index e6dfe9406..76c194055 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.11.1 +version = 3.11.4 maxColumn = 120 runner.dialect = scala213 fileOverride { From a3e50beb16b9195355293018a100681d3552fd00 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 18 Jul 2026 00:44:49 +0000 Subject: [PATCH 2/3] Reformat with scalafmt 3.11.4 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 22f9f2cc42ca285b8d0dfd71f5a315c6341f2fc0 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 18 Jul 2026 00:44:49 +0000 Subject: [PATCH 3/3] Add 'Reformat with scalafmt 3.11.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 8b0ea942b..4f98b0042 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.4 +a3e50beb16b9195355293018a100681d3552fd00