okeuday / cpg

CloudI Process Groups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mix.exs and rebar.config out of sync

pguillory opened this issue · comments

After I updated cpg to get Erlang 19 support, it complains that quickrand does not support Erlang 19. cd311e5 changed rebar.config to add Erlang 19 support. mix.exs didn't change and still depends on 1.5.1 versions of trie, reltool_util, and quickrand. Shouldn't mix.exs also have changed?

@pguillory I normally only use the mix.exs when publishing to hex due to not yet using rebar3 for that due to lack of compatibility and publishing to hex before rebar3 had support. So, it is best to use rebar for the dependencies. Will be doing a release of 1.5.2 soon (within 1-2 months roughly), which will have the Erlang 19 support.

Sounds good. Thanks for the prompt feedback.