diff options
author | Nick Vatamaniuc <vatamane@apache.org> | 2018-04-09 12:18:51 -0400 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2018-04-09 13:00:58 -0400 |
commit | f9aa52f790929c2ebbadcc4e410dc5f3566f4618 (patch) | |
tree | 294dccfa309ce7a427e67504dea7716b3c5dd761 | |
parent | a0dd94657f2f62b42fae2cdbd26b255e8fb95848 (diff) | |
download | couchdb-f9aa52f790929c2ebbadcc4e410dc5f3566f4618.tar.gz |
Switch to using a mirrored triq dependency
-rw-r--r-- | rebar.config.script | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script index 7ae2136bb..a1be24f35 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -67,8 +67,7 @@ DepDescs = [ {meck, "meck", {tag, "0.8.8"}}, {bcrypt, {url, "https://github.com/apache/couchdb-erlang-bcrypt"}, {tag, "1.0.2"}}, -{triq, {url, "https://gitlab.com/triq/triq.git"}, - "79bd272025434e152745067c36350faa7274c653"} +{triq, "triq", {tag, "v1.2.0"}} ], |