summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-03-07 19:35:24 -0500
committerFred Hebert <mononcqc@ferd.ca>2015-03-07 19:35:24 -0500
commit5ef7d024c30c35e69e4882c1bc847fd46af6901a (patch)
treedeebe0a9fed52cb8316bbc9e11cd063d83cd1fc7 /rebar.config
parentcd5ba717ba0c07bbc366939b6a614ef398712e23 (diff)
parent3f5fa807cb86f3c756933c1f59f4444d1ea17bbb (diff)
Merge pull request #241 from tsloughter/erlydtl
update erlydtl compiler to output to _build, add simple test
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 649de05..3997d8d 100644
--- a/rebar.config
+++ b/rebar.config
@@ -24,7 +24,7 @@
{branch, "master"}}},
{providers, "",
{git, "https://github.com/tsloughter/providers.git",
- {branch, "hooks"}}},
+ {tag, "v1.3.0"}}},
{erlydtl, ".*",
{git, "https://github.com/erlydtl/erlydtl.git",
{tag, "0.10.0"}}},