diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-05-18 21:40:39 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-05-18 21:40:52 -0500 |
commit | d3d18e002982626e4173fea0df72c6c4b923b9a6 (patch) | |
tree | ee933954c8e8013fabdd602753f3fc7849a95a11 | |
parent | 162f0f8f63c99c6a9800ef1911060fad8b257b8b (diff) |
update relx version. fixes #434
-rw-r--r-- | rebar.config | 2 | ||||
-rw-r--r-- | rebar.lock | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index 504a462..b885002 100644 --- a/rebar.config +++ b/rebar.config @@ -10,7 +10,7 @@ {tag, "v1.3.1"}}}, {relx, "", {git, "https://github.com/erlware/relx.git", - {tag, "v2.0.0"}}}, + {branch, "master"}}}, {mustache, ".*", {git, "https://github.com/soranoba/mustache.git", {tag, "v0.3.0"}}}, @@ -1,6 +1,6 @@ [{<<"relx">>, {git,"https://github.com/erlware/relx.git", - {ref,"2e59b1c95575b3c104cc191e954c82baadc43c6c"}}, + {ref,"74fec3455ba6dbb7d9e369137c1b15ab10804993"}}, 0}, {<<"providers">>, {git,"https://github.com/tsloughter/providers.git", |