File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ val braveOpentracingVersion = "1.0.1"
165165val zipkinSenderOkHttpVersion = " 3.5.1"
166166val resilience4jVersion = " 2.3.0"
167167val http4s_ce2_version = " 0.22.15"
168- val http4s_ce3_version = " 0.23.31 "
168+ val http4s_ce3_version = " 0.23.32 "
169169val osLibVersion = " 0.11.4"
170170val tethysVersion = " 0.29.5"
171171val 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
You can’t perform that action at this time.
0 commit comments