summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2017-10-05 13:34:53 -0400
committerNick Vatamaniuc <nickva@users.noreply.github.com>2017-10-05 14:23:09 -0400
commit405c80af20145668d91aa916bd92813b055dc751 (patch)
tree0b742f7ff3df916d790fbcb18c5105227336d3a6
parent75984da4b22003d0e46a9fe1001978d999387636 (diff)
downloadcouchdb-405c80af20145668d91aa916bd92813b055dc751.tar.gz
Bump khash, b64, ioq deps
To fix random compatibility issue
-rw-r--r--rebar.config.script6
1 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 61c34fd00..39f0157df 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -47,12 +47,12 @@ SubDirs = [
DepDescs = [
%% Independent Apps
{config, "config", {tag, "1.0.1"}},
-{b64url, "b64url", {tag, "1.0.0"}},
+{b64url, "b64url", {tag, "1.0.1"}},
{ets_lru, "ets-lru", {tag, "1.0.0"}},
-{khash, "khash", {tag, "1.0.0"}},
+{khash, "khash", {tag, "1.0.1"}},
{snappy, "snappy", {tag, "CouchDB-1.0.0"}},
{setup, "setup", {tag, "1.0.1"}},
-{ioq, "ioq", {tag, "1.0.0"}},
+{ioq, "ioq", {tag, "1.0.1"}},
%% Non-Erlang deps
{docs, {url, "https://github.com/apache/couchdb-documentation"},