Skip to content

Current version is not published to hex.pmΒ #257

Open
@wmealing

Description

@wmealing

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions