From 93d401a2c335dafa50ce223f1556348b5742c5d2 Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Tue, 19 Jan 2016 15:44:35 -0600 Subject: [PATCH] Bump goldrush to 0.1.8 This mirrors a bump on the master (3.x) branch --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 3ddbcf5..9c9f428 100644 --- a/rebar.config +++ b/rebar.config @@ -26,7 +26,7 @@ warn_untyped_record ]}. {deps, [ - {goldrush, ".*", {git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.7"}}} + {goldrush, ".*", {git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.8"}}} ]}. {xref_checks, []}.