infinitered / thesis-phoenix

A lightweight, bolt-on, intuitive content editing system for Elixir/Phoenix websites. Star this repo and follow along with our progress!
Other
645 stars 62 forks source link

Hex dependencies conflict on httpoison. #142

Open jung-hunsoo opened 6 years ago

jung-hunsoo commented 6 years ago

When I performed mix deps.get, the httpoison library version conflict is occured.

Failed to use "httpoison" (version 0.13.0) because
  arc (version 0.8.0) requires ~> 0.11
  thesis (version 0.2.0) requires ~> 0.11.0
  mix.lock specifies 0.13.0

I think the hex dependencies aren't updated in the hex.pm

How can I fix this?

jung-hunsoo commented 6 years ago

I just solved after mix deps.update --all then mix deps.get. But I don't know why the current github mix file and hex.pm dependencies are different.

jamonholmgren commented 6 years ago

Thanks for reporting, @jung-hunsoo ! That is strange. I don't have time to look into it right now but will at some point.