From 6b3cd00a0341dbde05f731d83bc0e68f46fee45a Mon Sep 17 00:00:00 2001 From: datahub-rewrite-bot Date: Sun, 5 Jan 2025 13:16:29 +0000 Subject: [PATCH] Update http4s-netty-client to 0.5.22 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d84268ce..60a6c74e 100644 --- a/build.sbt +++ b/build.sbt @@ -240,7 +240,7 @@ lazy val testing = crossProject(JVMPlatform) "org.scalameta" %% "munit" % "1.0.3", "org.typelevel" %% "munit-cats-effect" % "2.0.0", "ch.qos.logback" % "logback-classic" % "1.2.13" % Test, - "org.http4s" %% "http4s-netty-client" % "0.5.21" + "org.http4s" %% "http4s-netty-client" % "0.5.22" ), mimaBinaryIssueFilters := Nil )