From 639265f45ba6df200bcb095887b28224b31cee8d Mon Sep 17 00:00:00 2001 From: Andreas Stenius Date: Mon, 17 Feb 2014 17:38:17 +0100 Subject: Update erlydtl to v0.9.0 --- rebar.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rebar.config') 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"}}}]}. -- cgit v1.2.3