You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2019/03/18 10:47:51 UTC

[couchdb] branch master updated: Update ioq to 2.1.1

This is an automated email from the ASF dual-hosted git repository.

iilyak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 0957f90  Update ioq to 2.1.1
     new 9f924e4  Merge pull request #1981 from cloudant/update/ioq-2.1.1
0957f90 is described below

commit 0957f90dbce0d5a9e79b10239ce55559408395d4
Author: ILYA Khlopotov <ii...@apache.org>
AuthorDate: Mon Mar 18 09:37:52 2019 +0000

    Update ioq to 2.1.1
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 7072d4d..a22e201 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"}},