diff --git a/build.sbt b/build.sbt index 6aa113a..fcf811a 100644 --- a/build.sbt +++ b/build.sbt @@ -167,7 +167,7 @@ lazy val http4sNetty = module("http4s-netty") { .settings( description := "http4s netty based client for kubernetes", libraryDependencies ++= Seq( - "org.http4s" %% "http4s-netty-client" % "0.5.25" + "org.http4s" %% "http4s-netty-client" % "0.5.26" ) ) .dependsOn(http4s)