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

Current version is not published to hex.pm #257

Open
wmealing opened this issue Feb 24, 2023 · 0 comments
Open

Current version is not published to hex.pm #257

wmealing opened this issue Feb 24, 2023 · 0 comments

Comments

@wmealing
Copy link

wmealing commented Feb 24, 2023

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!

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

1 participant