We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gday,
The project readme reccomends installing a version from hex.pm which is not published to hex.pm.
The workaround is to specify the mix's dep explicitly to github with the version tag
The example below seems to work if anyone else is affected by this:
# In mix.exs ... defp deps do [ {:slack, git: "https://github.com/BlakeWilliams/Elixir-Slack.git", tag: "v0.23.6"} ] end
Thank you for the effort put in to this library.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Gday,
The project readme reccomends installing a version from hex.pm which is not published to hex.pm.
The workaround is to specify the mix's dep explicitly to github with the version tag
The example below seems to work if anyone else is affected by this:
Thank you for the effort put in to this library.
Thanks!
The text was updated successfully, but these errors were encountered: