aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2012-12-26 18:10:28 -0800
committerTristan Sloughter <[email protected]>2012-12-26 18:10:28 -0800
commited855acb2246aaa05d2fab628e1e09d1082b06a8 (patch)
tree7123eb46c722745abe5db11a9a52eb8f598d5786 /rebar.config
parentcef19567813d442fe8190bbd5404e0b6ce3ac153 (diff)
parent078d3c349b3f465dc2f45f0bbfcff297e82074e5 (diff)
downloadrelx-ed855acb2246aaa05d2fab628e1e09d1082b06a8.tar.gz
relx-ed855acb2246aaa05d2fab628e1e09d1082b06a8.tar.bz2
relx-ed855acb2246aaa05d2fab628e1e09d1082b06a8.zip
Merge pull request #19 from ericbmerritt/next
overlay support
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index 3294d13..3561991 100644
--- a/rebar.config
+++ b/rebar.config
@@ -8,6 +8,9 @@
{erlware_commons, ".*",
{git, "https://github.com/erlware/erlware_commons.git",
{branch, "next"}}},
+ {erlydtl, ".*",
+ {git, "https://github.com/evanmiller/erlydtl.git",
+ {branch, "master"}}},
{getopt, "",
{git, "https://github.com/jcomellas/getopt.git",
{branch, "master"}}}]}.