summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@apache.org>2020-01-06 10:23:33 -0800
committerJoan Touzet <wohali@users.noreply.github.com>2020-01-06 14:32:34 -0500
commitc8a5757c33c8f782d935fce2f804cb745bf77b4a (patch)
tree948766fbc4bb854ae271b1108033dc26ab5e8eba
parent05b5d063c93c1c7c73bbcb6af601b1a7f796233d (diff)
downloadcouchdb-c8a5757c33c8f782d935fce2f804cb745bf77b4a.tar.gz
bump hqueue dep for Windows build
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 79d3e0c32..dace4e26c 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -147,7 +147,7 @@ DepDescs = [
{khash, "khash", {tag, "1.0.1"}},
{snappy, "snappy", {tag, "CouchDB-1.0.4"}},
{ioq, "ioq", {tag, "2.1.2"}},
-{hqueue, "hqueue", {tag, "1.0.1"}},
+{hqueue, "hqueue", {tag, "CouchDB-1.0.1-1"}},
%% Non-Erlang deps
{docs, {url, "https://github.com/apache/couchdb-documentation"},