-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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}
Metadata
Metadata
Assignees
Labels
No labels