Skip to content

Failed to use "poison" (version 3.1.0) because #10

Description

@iSuslov

My deps look like this:

  defp deps do
    [cowboy: "~> 1.0",
    plug: "~> 1.0",
    poison: "~> 3.1",
    execjs: "~> 1.1.3"]
  end

when I try deps.get I'm getting

mix deps.get
Running dependency resolution...

Failed to use "poison" (version 3.1.0) because
  execjs (version 1.1.3) requires ~> 1.5
  mix.lock specifies 3.1.0

** (Mix) Hex dependency resolution failed, relax the version requirements of your dependencies or unlock them (by using mix deps.update or mix deps.unlock). If you are unable to resolve the conflicts you can try overriding with {:dependency, "~> 1.0", override: true}

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