diff options
author | Tristan Sloughter <[email protected]> | 2015-11-05 20:59:06 -0600 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2015-11-05 20:59:06 -0600 |
commit | 9ec6e72acc6d22d227b18dd7cb9cdbe97435791f (patch) | |
tree | cc4de768114eb992db13a4c8567aaae31af02be0 /rebar.config | |
parent | 7eb43d4f1ba21f3fe0ee7dd37783fb05ce855fb3 (diff) | |
parent | 30c575d3b9691b9d1a175e762e2e1ac0c810baf4 (diff) | |
download | relx-9ec6e72acc6d22d227b18dd7cb9cdbe97435791f.tar.gz relx-9ec6e72acc6d22d227b18dd7cb9cdbe97435791f.tar.bz2 relx-9ec6e72acc6d22d227b18dd7cb9cdbe97435791f.zip |
Merge pull request #404 from dcarastan/master
bbmustache-1.0.4 version bump
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 751579f..647efa8 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ {deps, [{erlware_commons, "0.16.0"}, {providers, "1.4.1"}, {getopt, "0.8.2"}, - {bbmustache, "1.0.3"} + {bbmustache, "1.0.4"} ]}. {escript_incl_extra, [{"priv/templates/*", "."}]}. |