Skip to content

More stringent dependency version on extreme #18

@drozzy

Description

@drozzy

Instead of:

      {:extreme, "~> 0.11"},

we need to do:

      {:extreme, "~> 0.11.0"},

This is because with the first option, mix pulls down extreme 0.13 automatically, which depends on new elixir_uuid renamed library. Fixing to 0.11.0 makes it download extreme 0.11.

I fixed this in my fork. But you might want to fix it here if you don't want to accept the full PR for other stuff: #17

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions