summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2018-10-05 10:57:58 -0400
committerTristan Sloughter <t@crashfast.com>2018-10-05 08:57:58 -0600
commitd538be3481e65a00f2817344f697f88b1b55f8c3 (patch)
tree4d3ced7bfc2c7565be2bc013ec5b596ec388294d /rebar.config
parentdec484643c233fda9c17d38c1854ba7f3f37547b (diff)
Bump bbmustache and fix templates (#1862)
* bump bbmustache to version 1.6.0 * Use alternative bbmustache brackets in templates This fixes the problems where literal nested tuples (`{{a,b},c}` or `{{a,b}}`) would blow up and spaces needed to be inserted.
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 6fb2384..1c19a91 100644
--- a/rebar.config
+++ b/rebar.config
@@ -7,7 +7,7 @@
{parse_trans, "3.3.0"}, % force otp-21 compat
{providers, "1.7.0"},
{getopt, "1.0.1"},
- {bbmustache, "1.5.0"},
+ {bbmustache, "1.6.0"},
{relx, "3.27.0"},
{cf, "0.2.2"},
{cth_readable, "1.4.2"},