Open iSuslov opened 7 years ago
workaround for me was:
{:execjs, git: "https://github.com/devinus/execjs.git", tag: "a1c0af4c3b0afc9d6f176bf82f9c5b9fae3f2a45"}]
in deps
I think the best thing would be to just add override: true
in your deps {:poison, "~> 3.1.0", override: true}
check readme.md
https://github.com/trenpixster/addict
1a - Note that mailgun locks Poison to an old 1.4 version, which may cause conflicts (Poison). There's > a fix in place that just hasn't been pushed to hex. Resolve by also adding to your dependencies:
{:mailgun, github: "chrismccord/mailgun", branch: "master", override: true}
My deps look like this:
when I try deps.get I'm getting