Skip to content

Commit 39726f6

Browse files
authored
Update http4s-netty-client to 0.5.25 (#484)
1 parent f3c732b commit 39726f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ lazy val http4sNetty = module("http4s-netty") {
169169
.settings(
170170
description := "http4s netty based client for kubernetes",
171171
libraryDependencies ++= Seq(
172-
"org.http4s" %% "http4s-netty-client" % "0.5.24"
172+
"org.http4s" %% "http4s-netty-client" % "0.5.25"
173173
)
174174
)
175175
.dependsOn(http4s)

0 commit comments

Comments
 (0)