aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorAndreas Stenius <[email protected]>2014-02-17 17:38:17 +0100
committerAndreas Stenius <[email protected]>2014-02-17 17:38:17 +0100
commit639265f45ba6df200bcb095887b28224b31cee8d (patch)
tree7e35d6a7d690801a1840a5c1c1a3367222feb1e4 /rebar.config
parent7a72face048677ff0454dd9055c4f54a283e70c0 (diff)
downloadrelx-639265f45ba6df200bcb095887b28224b31cee8d.tar.gz
relx-639265f45ba6df200bcb095887b28224b31cee8d.tar.bz2
relx-639265f45ba6df200bcb095887b28224b31cee8d.zip
Update erlydtl to v0.9.0
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config
index 4337d5f..858add2 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,15 +2,15 @@
%% Dependencies ================================================================
{deps, [{rebar_vsn_plugin, ".*",
{git, "https://github.com/erlware/rebar_vsn_plugin.git",
- {tag, "master"}}},
+ {branch, "master"}}},
{neotoma, ".*",
{git, "https://github.com/seancribbs/neotoma.git", {branch, "master"}}},
{erlware_commons, ".*",
{git, "https://github.com/erlware/erlware_commons.git",
{branch, "master"}}},
{erlydtl, ".*",
- {git, "https://github.com/evanmiller/erlydtl.git",
- {tag, "0.8.0"}}},
+ {git, "https://github.com/erlydtl/erlydtl.git",
+ {tag, "0.9.0"}}},
{getopt, "",
{git, "https://github.com/jcomellas/getopt.git",
{branch, "master"}}}]}.