-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I had to add all these dependencies to get the examples on https://davenverse.github.io/mules-http4s/ to work.
(I am not absolutely sure if all 4 are needed, but I am sure only one alone did not)
object mules {
val core = Def.setting("io.chrisdavenport" %% "mules" % "0.7.0")
val caffeine = Def.setting("io.chrisdavenport" %% "mules-caffeine" % "0.7.0")
val http4s = Def.setting("io.chrisdavenport" %% "mules-http4s" % "0.4.0")
// ember uses 0.23.18
val ember_client = Def.setting("org.http4s" %%% "http4s-ember-client" % "0.23.18")
}
erikv85
Metadata
Metadata
Assignees
Labels
No labels