From 5866742dd88b89aa0d9bf9618b22e28268500703 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sun, 21 Jun 2015 12:15:52 -0500 Subject: use bbmustache package --- rebar.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rebar.lock') diff --git a/rebar.lock b/rebar.lock index 20c120f..b4781ae 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,4 +1,5 @@ -[{<<"relx">>, +[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.0">>},0}, + {<<"relx">>, {git,"https://github.com/erlware/relx.git", {ref,"74fec3455ba6dbb7d9e369137c1b15ab10804993"}}, 0}, -- cgit v1.1 From 9df51005e636bf9c0c63fe5687a221eabedeefe4 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sun, 21 Jun 2015 16:05:47 -0500 Subject: use packages for deps and add dialyze profile --- rebar.lock | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) (limited to 'rebar.lock') diff --git a/rebar.lock b/rebar.lock index b4781ae..4be12ae 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,21 +1,5 @@ -[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.0">>},0}, - {<<"relx">>, - {git,"https://github.com/erlware/relx.git", - {ref,"74fec3455ba6dbb7d9e369137c1b15ab10804993"}}, - 0}, - {<<"providers">>, - {git,"https://github.com/tsloughter/providers.git", - {ref,"adc0af0a3f5de2049419a753777686b94f4e2c90"}}, - 0}, - {<<"mustache">>, - {git,"https://github.com/soranoba/mustache.git", - {ref,"e5401042c66039eef20ee81abc1537ced1f22bc7"}}, - 0}, - {<<"getopt">>, - {git,"https://github.com/jcomellas/getopt.git", - {ref,"626698975e63866156159661d100785d65eab6f9"}}, - 0}, - {<<"erlware_commons">>, - {git,"https://github.com/erlware/erlware_commons.git", - {ref,"ef0d252b11c863f9c228af2fe93a4e42fba2f7f3"}}, - 0}]. +[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.1">>},0}, + {<<"providers">>,{pkg,<<"providers">>,<<"1.4.1">>},0}, + {<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.12.0">>},0}, + {<<"relx">>,{pkg,<<"relx">>,<<"2.1.0">>},0}, + {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}]. -- cgit v1.1