Merge pull request #96 from tsloughter/rebar2_support

add rebar.config.script to fall back to rebar2 style deps if using rebar2
This commit is contained in:
Jordan Wilberding 2015-11-03 20:05:53 -08:00
commit 05f062d23d
2 changed files with 16 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{application,erlware_commons,
[{description,"Additional standard library for Erlang"},
{vsn,"0.16.1"},
{vsn,"0.18.0"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib]},