Skip to content

Commit

Permalink
Update http4s-netty-client to 0.5.19 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Sep 10, 2024
1 parent 10938b5 commit 5b64e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ lazy val http4sNetty = module("http4s-netty") {
.settings(
description := "http4s netty based client for kubernetes",
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-netty-client" % "0.5.18"
"org.http4s" %% "http4s-netty-client" % "0.5.19"
)
)
.dependsOn(http4s)
Expand Down

0 comments on commit 5b64e39

Please sign in to comment.