Bump decimal dependency to 2.0
ckruse opened this issue · 3 comments
ckruse commented
Jason needs ~> 1.0
or ~> 2.0
, postgrex needs ~> 1.5
or ~> 2.0
and absinthe_phoenix requires ~> 1.0
– that's a conflict :-)
suhanlee commented
@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)
benwilson512 commented
This was only included in one of the more recent releases.
tcitworld commented
Why not set it to ~> 1.0 or ~> 2.0
like in absinthe though?