Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing dependencies for example page #271

Open
bblfish opened this issue May 10, 2023 · 2 comments
Open

missing dependencies for example page #271

bblfish opened this issue May 10, 2023 · 2 comments

Comments

@bblfish
Copy link

bblfish commented May 10, 2023

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
Copy link

erikv85 commented Jul 4, 2023

Two months without a response. Is mules an active project?

@ChristopherDavenport
Copy link
Collaborator

ChristopherDavenport commented Jul 4, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants