We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c732b commit 39726f6Copy full SHA for 39726f6
build.sbt
@@ -169,7 +169,7 @@ lazy val http4sNetty = module("http4s-netty") {
169
.settings(
170
description := "http4s netty based client for kubernetes",
171
libraryDependencies ++= Seq(
172
- "org.http4s" %% "http4s-netty-client" % "0.5.24"
+ "org.http4s" %% "http4s-netty-client" % "0.5.25"
173
)
174
175
.dependsOn(http4s)
0 commit comments