diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-09-25 09:20:45 -0500 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-09-25 09:20:45 -0500 |
commit | c87a6b18c025a23318f82e445a9812d1472be75a (patch) | |
tree | 5a9638e4f49023bffc77a934be6ba6397b3ad7d9 /rebar.config | |
parent | 0b0c119d3d27a5dcf07fd7b4fc35dbe0d61a35ea (diff) | |
parent | 43636939ef504a85af1f07f95213cd0037fbbdc5 (diff) |
Merge pull request #835 from rebar/update-relx
Bump relx to 3.7.0
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index d286581..d3d7c58 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.6.0"}, + {relx, "3.7.0"}, {cf, "0.1.1"}]}. {escript_name, rebar3}. |