Skip to content

Commit 7eb2e7e

Browse files
Update http4s-client, http4s-ember-client to 0.23.32 (#2676)
1 parent fc5b260 commit 7eb2e7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ val braveOpentracingVersion = "1.0.1"
165165
val zipkinSenderOkHttpVersion = "3.5.1"
166166
val resilience4jVersion = "2.3.0"
167167
val http4s_ce2_version = "0.22.15"
168-
val http4s_ce3_version = "0.23.31"
168+
val http4s_ce3_version = "0.23.32"
169169
val osLibVersion = "0.11.4"
170170
val tethysVersion = "0.29.5"
171171
val openTelemetryVersion = "1.54.1"
@@ -643,7 +643,7 @@ lazy val http4sBackend = (projectMatrix in file("http4s-backend"))
643643
name := "http4s-backend",
644644
libraryDependencies ++= Seq(
645645
"org.http4s" %% "http4s-client" % http4s_ce3_version,
646-
"org.http4s" %% "http4s-ember-client" % "0.23.31" % Optional,
646+
"org.http4s" %% "http4s-ember-client" % "0.23.32" % Optional,
647647
"org.http4s" %% "http4s-blaze-client" % "0.23.17" % Optional
648648
),
649649
evictionErrorLevel := Level.Info

0 commit comments

Comments
 (0)