diff options
author | Tristan Sloughter <[email protected]> | 2015-07-01 21:58:01 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2015-07-01 21:58:01 -0500 |
commit | a1b99303075bce38671763793660a77eff774f0f (patch) | |
tree | 1bfbab1d554521af60b6b9993a022a9ef450643f /rebar.config | |
parent | 1aab43b88c6ceeeb9f053e4c72f74f42715618b1 (diff) | |
download | relx-a1b99303075bce38671763793660a77eff774f0f.tar.gz relx-a1b99303075bce38671763793660a77eff774f0f.tar.bz2 relx-a1b99303075bce38671763793660a77eff774f0f.zip |
upgrade bbmustache
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 ed4c88f..203a937 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ {deps, [{erlware_commons, "0.13.0"}, {providers, "1.4.1"}, {getopt, "0.8.2"}, - {bbmustache, "1.0.1"} + {bbmustache, "1.0.3"} ]}. {escript_incl_extra, [{"priv/templates/*", "."}]}. |