From 571aa65c565c351d1b0a1f04076dd5bd291e836e Mon Sep 17 00:00:00 2001 From: Brett Hazen Date: Thu, 29 Sep 2016 12:10:59 -0600 Subject: [PATCH] Update goldrush dep to 0.19 basho's fork --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 278df9c..d6c23a1 100644 --- a/rebar.config +++ b/rebar.config @@ -47,7 +47,7 @@ ]}. {deps, [ - {goldrush, ".*", {git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.8"}}} + {goldrush, ".*", {git, "https://github.com/basho/goldrush.git", {tag, "0.1.9"}}} ]}. {xref_checks, []}.