Merge pull request #2315 from rehanone/develop/ember-client

Replace `http4s-blaze-client` with `http4s-ember-client`.
This commit is contained in:
eikek
2023-10-23 23:22:57 +02:00
committed by GitHub
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(