summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Debnath <shawn@debnath.net>2016-01-05 15:41:09 -0800
committerShawn Debnath <shawn@debnath.net>2016-01-05 15:41:09 -0800
commit04581287253159dfd55fc42e1df89b5eeae90f4e (patch)
tree29a85de2f12d6ce5768075cc3c67779db5fba1a7
parentd7def6e9ffbbe21ce8a3b4f9e56d344ad2e417a9 (diff)
Upgrade relx to v3.11.0
-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 276acff..f17c843 100644
--- a/rebar.config
+++ b/rebar.config
@@ -7,7 +7,7 @@
{providers, "1.6.0"},
{getopt, "0.8.2"},
{bbmustache, "1.0.4"},
- {relx, "3.9.0"},
+ {relx, "3.11.0"},
{cf, "0.2.1"},
{cth_readable, "1.1.0"},
{eunit_formatters, "0.3.1"}]}.
diff --git a/rebar.lock b/rebar.lock
index 8edc3d7..a795dc3 100644
--- a/rebar.lock
+++ b/rebar.lock
@@ -6,5 +6,5 @@
{<<"eunit_formatters">>,{pkg,<<"eunit_formatters">>,<<"0.3.1">>},0},
{<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0},
{<<"providers">>,{pkg,<<"providers">>,<<"1.6.0">>},0},
- {<<"relx">>,{pkg,<<"relx">>,<<"3.9.0">>},0},
+ {<<"relx">>,{pkg,<<"relx">>,<<"3.11.0">>},0},
{<<"ssl_verify_hostname">>,{pkg,<<"ssl_verify_hostname">>,<<"1.0.5">>},0}].