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 @@ -161,7 +161,7 @@ val braveOpentracingVersion = "1.0.1"
161161val zipkinSenderOkHttpVersion = " 3.4.2"
162162val resilience4jVersion = " 2.2.0"
163163val http4s_ce2_version = " 0.22.15"
164- val http4s_ce3_version = " 0.23.29 "
164+ val http4s_ce3_version = " 0.23.30 "
165165
166166val tethysVersion = " 0.29.3"
167167
@@ -708,7 +708,7 @@ lazy val http4sBackend = (projectMatrix in file("http4s-backend"))
708708 name := " http4s-backend" ,
709709 libraryDependencies ++= Seq (
710710 " org.http4s" %% " http4s-client" % http4s_ce3_version,
711- " org.http4s" %% " http4s-ember-client" % " 0.23.29 " % Optional ,
711+ " org.http4s" %% " http4s-ember-client" % " 0.23.30 " % Optional ,
712712 " org.http4s" %% " http4s-blaze-client" % " 0.23.17" % Optional
713713 ),
714714 evictionErrorLevel := Level .Info
You can’t perform that action at this time.
0 commit comments