Browse Source

Update goldrush dep to 0.19 basho's fork

pull/380/head 3.2.3
Brett Hazen 8 years ago
parent
commit
571aa65c56
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config View File

@ -47,7 +47,7 @@
]}. ]}.
{deps, [ {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, []}. {xref_checks, []}.

Loading…
Cancel
Save