Skip to content

Commit 9bfaf7c

Browse files
Update http4s-client, http4s-ember-client to 0.23.30 (#2360)
1 parent 2659559 commit 9bfaf7c

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
@@ -161,7 +161,7 @@ val braveOpentracingVersion = "1.0.1"
161161
val zipkinSenderOkHttpVersion = "3.4.2"
162162
val resilience4jVersion = "2.2.0"
163163
val http4s_ce2_version = "0.22.15"
164-
val http4s_ce3_version = "0.23.29"
164+
val http4s_ce3_version = "0.23.30"
165165

166166
val 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

0 commit comments

Comments
 (0)