diff --git a/build.sbt b/build.sbt index 023aa204..42a0dfe9 100644 --- a/build.sbt +++ b/build.sbt @@ -240,7 +240,7 @@ lazy val testing = crossProject(JVMPlatform) "org.scalameta" %% "munit" % "1.0.0", "org.typelevel" %% "munit-cats-effect" % "2.0.0", "ch.qos.logback" % "logback-classic" % "1.2.13" % Test, - "org.http4s" %% "http4s-netty-client" % "0.5.17" + "org.http4s" %% "http4s-netty-client" % "0.5.18" ), mimaBinaryIssueFilters := Nil )