diff --git a/build.sbt b/build.sbt index f994d5ab..e46921da 100644 --- a/build.sbt +++ b/build.sbt @@ -171,7 +171,7 @@ lazy val http4sNetty = module("http4s-netty") { .settings( description := "http4s netty based client for kubernetes", libraryDependencies ++= Seq( - "org.http4s" %% "http4s-netty-client" % "0.5.11" + "org.http4s" %% "http4s-netty-client" % "0.5.12" ) ) .dependsOn(http4s)