summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2014-11-23 14:47:25 -0600
committerTristan Sloughter <tristan.sloughter@gmail.com>2014-11-23 14:47:25 -0600
commit79192124cfbe1c017a5e5c4910cb51b7fde42e84 (patch)
tree3cc413305cba1da9549a4703cb9e8372b7c7893d /rebar.config
parentb8ada39c3661ccb2875fac54a2b916af9fb6ccff (diff)
parent7e01094ca1727345bf82f50c7e87febcf59283c0 (diff)
Merge pull request #20 from tsloughter/master
fix plugin module template, add merl to escript, upgrade erlydtl
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config5
1 files changed, 4 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index abbb3fb..7bc15ca 100644
--- a/rebar.config
+++ b/rebar.config
@@ -6,7 +6,7 @@
{escript_incl_extra, [{"priv/templates/*", "."}, {"rebar/include/*", "."}]}.
{escript_incl_apps,
- [getopt, erlydtl, erlware_commons, relx, providers, rebar]}.
+ [getopt, merl, erlydtl, erlware_commons, relx, providers, rebar]}.
{escript_top_level_app, rebar}.
{escript_name, rebar3}.
@@ -33,6 +33,9 @@
{providers, "",
{git, "https://github.com/tsloughter/providers.git",
{branch, "format_error1"}}},
+ {erlydtl, ".*",
+ {git, "https://github.com/erlydtl/erlydtl.git",
+ {tag, "0.9.4"}}},
{relx, "",
{git, "https://github.com/tsloughter/relx.git",
{branch, "format_error1"}}},