diff options
author | Tristan Sloughter <[email protected]> | 2015-05-08 11:45:22 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2015-05-08 11:45:22 -0500 |
commit | 58fec57db3d99ffb5aefd0d5751d7bbda6762f66 (patch) | |
tree | d18fb57579cb3e58984599bdb2c926db9314d294 /rebar.config | |
parent | 88d1f29257869b0de9369881236477163804125a (diff) | |
download | relx-58fec57db3d99ffb5aefd0d5751d7bbda6762f66.tar.gz relx-58fec57db3d99ffb5aefd0d5751d7bbda6762f66.tar.bz2 relx-58fec57db3d99ffb5aefd0d5751d7bbda6762f66.zip |
use mustache v0.3.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 facbdc8..37f10c5 100644 --- a/rebar.config +++ b/rebar.config @@ -8,7 +8,7 @@ {tag, "v1.3.0"}}}, {mustache, ".*", {git, "https://github.com/soranoba/mustache.git", - {branch, "master"}}}, + {tag, "v0.3.0"}}}, {getopt, "", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}]}. |