aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2015-07-08 07:34:16 -0700
committerJordan Wilberding <[email protected]>2015-07-08 07:34:16 -0700
commitd8b5dd6be6f44fe93d39b768b7f55b631593efa9 (patch)
treee22bc66015ed7c049d88b3d0925721e0c9e59023 /rebar.config
parent6e0df4a42026bce112d41c051bcb9f7f0b8b5a5b (diff)
parentae07c7967a16bcf36d20ed93ab0f7af8964bb415 (diff)
downloadrelx-d8b5dd6be6f44fe93d39b768b7f55b631593efa9.tar.gz
relx-d8b5dd6be6f44fe93d39b768b7f55b631593efa9.tar.bz2
relx-d8b5dd6be6f44fe93d39b768b7f55b631593efa9.zip
Merge pull request #360 from tsloughter/master
Upgrade mustache
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
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/*", "."}]}.