summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriilyak <iilyak@users.noreply.github.com>2019-03-18 03:47:45 -0700
committerGitHub <noreply@github.com>2019-03-18 03:47:45 -0700
commit9f924e480a3f94226508d30e71c2b28f14c45830 (patch)
treecf1067138c7e4f43f1cc6635885bb7ec93193170
parent8efe9b29015549cc5d2d64033b2cf1e26fccfa53 (diff)
parent0957f90dbce0d5a9e79b10239ce55559408395d4 (diff)
downloadcouchdb-9f924e480a3f94226508d30e71c2b28f14c45830.tar.gz
Merge pull request #1981 from cloudant/update/ioq-2.1.1
Update ioq to 2.1.1
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 7072d4d81..a22e20146 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -98,7 +98,7 @@ DepDescs = [
{ets_lru, "ets-lru", {tag, "1.0.0"}},
{khash, "khash", {tag, "1.0.1"}},
{snappy, "snappy", {tag, "CouchDB-1.0.2"}},
-{ioq, "ioq", {tag, "2.1.0"}},
+{ioq, "ioq", {tag, "2.1.1"}},
{hqueue, "hqueue", {tag, "1.0.1"}},
{smoosh, "smoosh", {tag, "1.0.1"}},
{ken, "ken", {tag, "1.0.3"}},