Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update http4s-client, http4s-ember-client to 0.23.25 #2044

Merged
merged 2 commits into from
Feb 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ val braveOpentracingVersion = "1.0.1"
val zipkinSenderOkHttpVersion = "2.16.5"
val resilience4jVersion = "2.2.0"
val http4s_ce2_version = "0.22.15"
val http4s_ce3_version = "0.23.24"
val http4s_ce3_version = "0.23.25"

val openTelemetryVersion = "1.35.0"

Expand Down Expand Up @@ -675,7 +675,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.24" % Optional,
"org.http4s" %% "http4s-ember-client" % "0.23.25" % Optional,
"org.http4s" %% "http4s-blaze-client" % "0.23.16" % Optional
),
evictionErrorLevel := Level.Info
Expand Down
Loading