You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
objectmules {
valcore=Def.setting("io.chrisdavenport"%%"mules"%"0.7.0")
valcaffeine=Def.setting("io.chrisdavenport"%%"mules-caffeine"%"0.7.0")
valhttp4s=Def.setting("io.chrisdavenport"%%"mules-http4s"%"0.4.0")
// ember uses 0.23.18valember_client=Def.setting("org.http4s"%%%"http4s-ember-client"%"0.23.18")
}
The text was updated successfully, but these errors were encountered:
I didn't notice this issue, I have a lot of repos and sometimes things slide through.
The baseline for the examples of this site are plus the base "mules-http4s", where mules-http4s pulls in mules transitively.
"io.chrisdavenport" %%% "mules-http4s" % "0.4.0" ,
"io.chrisdavenport" %%% "mules-caffeine" % "0.7.0" , // Because we used the caffeine cache
"org.http4s" %%% "http4s-ember-client" % "0.23.18", // Because we used the http client
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)
The text was updated successfully, but these errors were encountered: