Skip to content

Commit

Permalink
Merge pull request #2002 from softwaremill/update/http4s-client-0.23.24
Browse files Browse the repository at this point in the history
Update http4s-client, http4s-ember-client to 0.23.24
  • Loading branch information
mergify[bot] authored Nov 15, 2023
2 parents 6f8a806 + 63e3872 commit 6d01585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ val braveOpentracingVersion = "1.0.0"
val zipkinSenderOkHttpVersion = "2.16.4"
val resilience4jVersion = "2.1.0"
val http4s_ce2_version = "0.22.15"
val http4s_ce3_version = "0.23.23"
val http4s_ce3_version = "0.23.24"

val openTelemetryVersion = "1.32.0"

Expand Down Expand Up @@ -682,7 +682,7 @@ lazy val http4sBackend = (projectMatrix in file("http4s-backend"))
name := "http4s-backend",
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-client" % http4s_ce3_version,
"org.http4s" %% "http4s-ember-client" % "0.23.23" % Optional,
"org.http4s" %% "http4s-ember-client" % "0.23.24" % Optional,
"org.http4s" %% "http4s-blaze-client" % "0.23.15" % Optional
),
evictionErrorLevel := Level.Info
Expand Down

0 comments on commit 6d01585

Please sign in to comment.