absinthe-graphql/absinthe_phoenix

Bump decimal dependency to 2.0

ckruse opened this issue · 3 comments

Jason needs ~> 1.0 or ~> 2.0, postgrex needs ~> 1.5 or ~> 2.0 and absinthe_phoenix requires ~> 1.0 – that's a conflict :-)

@ckruse If you try to remove mix.lock and do execute mix deps.get. It will find specific version(1.0~2.0, In my case, 1.9.0)

This was only included in one of the more recent releases.

Why not set it to ~> 1.0 or ~> 2.0 like in absinthe though?