diff options
author | Eric Avdey <eiri@eiri.ca> | 2020-01-28 11:03:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 11:03:51 -0400 |
commit | 34be5dd8a6c67c9c8faeae72a46809a836fdbade (patch) | |
tree | 861675198eafadbaebbefc4b87a98b830673a006 | |
parent | ecaf215cfc55544db03ce87cf93ae7dc44451f9e (diff) | |
parent | ea23fa1bf01f3e6a96645c8951ee1fa408d98765 (diff) | |
download | couchdb-34be5dd8a6c67c9c8faeae72a46809a836fdbade.tar.gz |
Merge pull request #2495 from apache/prototype/fdb-layer-bump-ioq
Bump ioq to 2.1.3
-rw-r--r-- | rebar.config.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script index 29c3fde39..2fde9c593 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -107,7 +107,7 @@ DepDescs = [ {ets_lru, "ets-lru", {tag, "1.0.0"}}, {khash, "khash", {tag, "1.0.1"}}, {snappy, "snappy", {tag, "CouchDB-1.0.4"}}, -{ioq, "ioq", {tag, "2.1.2"}}, +{ioq, "ioq", {tag, "2.1.3"}}, {hqueue, "hqueue", {tag, "1.0.1"}}, {smoosh, "smoosh", {tag, "1.0.1"}}, {ken, "ken", {tag, "1.0.3"}}, |