Skip to content

Commit

Permalink
Update http4s-blaze-client to 0.23.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed May 16, 2023
1 parent 4795fb3 commit cb7898d
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 @@ -167,7 +167,7 @@ lazy val http4sBlaze = module("http4s-blaze") {
.settings(
description := "http4s blaze based client for kubernetes",
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-blaze-client" % "0.23.14"
"org.http4s" %% "http4s-blaze-client" % "0.23.15"
)
)
.dependsOn(http4s)
Expand Down

0 comments on commit cb7898d

Please sign in to comment.