mailgun icon indicating copy to clipboard operation
mailgun copied to clipboard

0.1.3 is not available via mix deps.get

Open danieljaouen opened this issue 8 years ago • 4 comments

○ mix deps.get
** (Mix) No package version in registry matches mailgun ~> 0.1.3 (from: mix.exs)

This version is required to resolve a failed dependency issue.

danieljaouen avatar Jun 06 '16 00:06 danieljaouen

+1 please update the version in hex.pm

itsgreggreg avatar Jul 20 '16 19:07 itsgreggreg

In the meantime, for those w/ version issues with Poison: {:mailgun, github: "chrismccord/mailgun", branch: "master", override: true}

jeffdeville avatar Sep 22 '16 13:09 jeffdeville

@jeffdeville I'm forced to agree with you on this solution, but it's scary thinking of using this in production! :scream:

EDIT: I went ahead and forked it, and then pointed the github dependency to the fork instead.

ghost avatar Oct 05 '16 01:10 ghost

To prevent needing to fork it, you could specify a particular commit:

{:mailgun, github: "chrismccord/mailgun", commit: "7409ecc562702557bef2aa875644641861d699ae"}

awochna avatar Jul 13 '17 20:07 awochna