Skip to content

Commit

Permalink
Update http4s-blaze-client to 0.23.17
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Nov 5, 2024
1 parent b8812bb commit 90ec226
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 @@ -181,7 +181,7 @@ lazy val http4sBlaze = module("http4s-blaze") {
.settings(
description := "http4s blaze based client for kubernetes",
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-blaze-client" % "0.23.16"
"org.http4s" %% "http4s-blaze-client" % "0.23.17"
)
)
.dependsOn(http4s)
Expand Down

0 comments on commit 90ec226

Please sign in to comment.