mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Merge pull request #2315 from rehanone/develop/ember-client
Replace `http4s-blaze-client` with `http4s-ember-client`.
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user