summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-11-06 09:27:29 -0600
committerTristan Sloughter <t@crashfast.com>2015-11-06 09:27:29 -0600
commit6f673c592e89e3308528cbcfdf51abd384eac05a (patch)
tree41ea77dd3983290a2f356c47f9c3e68d9af1a74e /rebar.config
parentf02ec399850ca40c75d66ff690c6edf005189c9a (diff)
upgrade relx to 3.8.0, fixes bug in upgrade_install escript
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index eb3dd78..c7bf381 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.1"},
+ {relx, "3.8.0"},
{cf, "0.1.3"}]}.
{escript_name, rebar3}.