summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-09-28 16:02:16 -0500
committerTristan Sloughter <t@crashfast.com>2015-09-28 16:02:16 -0500
commit812d9940f56e0eed008f200dbf0c14fbe4f9d044 (patch)
tree45164b79e03286d6109ba253e605f3a297a08c17
parent13e6563be4b94b4d1cdef11e143867310e73c643 (diff)
upgrade relx. it wasn't creating nodetool
-rw-r--r--rebar.config2
-rw-r--r--rebar.lock2
2 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index d3d7c58..a0234e4 100644
--- a/rebar.config
+++ b/rebar.config
@@ -7,7 +7,7 @@
{providers, "1.5.0"},
{getopt, "0.8.2"},
{bbmustache, "1.0.4"},
- {relx, "3.7.0"},
+ {relx, "3.7.1"},
{cf, "0.1.1"}]}.
{escript_name, rebar3}.
diff --git a/rebar.lock b/rebar.lock
index a5e5379..bd48900 100644
--- a/rebar.lock
+++ b/rebar.lock
@@ -4,5 +4,5 @@
{<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.16.0">>},0},
{<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0},
{<<"providers">>,{pkg,<<"providers">>,<<"1.5.0">>},0},
- {<<"relx">>,{pkg,<<"relx">>,<<"3.7.0">>},0},
+ {<<"relx">>,{pkg,<<"relx">>,<<"3.7.1">>},0},
{<<"ssl_verify_hostname">>,{pkg,<<"ssl_verify_hostname">>,<<"1.0.5">>},0}].