Replace http4s-blaze-client with http4s-ember-client.

This commit is contained in:
Rehan Mahmood
2023-10-17 09:54:17 -04:00
parent 64a46b382e
commit 438d1653c9
7 changed files with 18 additions and 15 deletions

View File

@ -239,7 +239,7 @@ object Dependencies {
val fs2 = fs2Core ++ fs2Io
val http4sClient = Seq(
"org.http4s" %% "http4s-blaze-client" % "0.23.14"
"org.http4s" %% "http4s-ember-client" % Http4sVersion
)
val http4sCirce = Seq(