From 2bad57e4b7961de8d034f9eda5b83318180b355c Mon Sep 17 00:00:00 2001 From: Jordan Wilberding Date: Sun, 9 Feb 2014 10:50:38 -0500 Subject: Updated erlydtl dep to a tagged version, since lastest version breaks API, thereby breaking dialyzer tests --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 63ec977..ea6c0f1 100644 --- a/rebar.config +++ b/rebar.config @@ -10,7 +10,7 @@ {branch, "master"}}}, {erlydtl, ".*", {git, "https://github.com/evanmiller/erlydtl.git", - {branch, "master"}}}, + {tag, "0.8.1"}}}, {getopt, "", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}]}. -- cgit v1.2.3