You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2017/10/07 15:28:38 UTC

[couchdb] 04/05: Bump khash, b64, ioq deps

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

jan pushed a commit to branch 749-fix-couch_peruser-app-structure
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 2eb61df2470725ce9dfcd8cf2eee750e158f6c34
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Thu Oct 5 13:34:53 2017 -0400

    Bump khash, b64, ioq deps
    
    To fix random compatibility issue
---
 rebar.config.script | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rebar.config.script b/rebar.config.script
index 61c34fd..39f0157 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"},

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.