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 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 { 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 }