From 017a5167fa222d9df15876ec6907454c1c84f4ef Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Fri, 24 Jan 2014 00:39:08 -0500 Subject: [PATCH] Force goldrush to version 0.1.6 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 4278d3e..ec113f5 100644 --- a/rebar.config +++ b/rebar.config @@ -1,7 +1,7 @@ {erl_opts, [debug_info]}. {erl_first_files, ["src/lager_util.erl"]}. {deps, [ - {goldrush, ".*", + {goldrush, "0\.1\.6", {git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.6"}}} ]}.