diff options
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 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"}}}, |