Open mdsadiq opened 7 years ago
@mdsadiq I've had this problem, you only needs to remove {:scrivener_ecto, "~> 1.1.0"}
if you added after show the first error and in the {:postgrex, "~> 0.13.0"},
you needs to add {:postgrex, ">= 0.13.0", override: true},
and run mix deps.get
I am trying out phoenix and examine for the first time, I am getting a hex resolution failure.
if i do
{:scrivener_ecto, "~> 1.1.0",},
in mix.exs of phoenix , I get the followingIs there a conflict in dependencies that's not covered