diff options
author | Paul J. Davis <paul.joseph.davis@gmail.com> | 2020-01-05 13:52:50 -0600 |
---|---|---|
committer | Joan Touzet <wohali@users.noreply.github.com> | 2020-01-31 18:56:54 +0000 |
commit | f93d1a72de07bfe02f7a3b17b1816196c616ae1f (patch) | |
tree | e99dcc1b5576fce9fb8c4fa3dd2b8ea1f08ac36e | |
parent | 6fd8159f833b74fc9cfdfe975c9b2f64d3e07eec (diff) | |
download | couchdb-f93d1a72de07bfe02f7a3b17b1816196c616ae1f.tar.gz |
Update dependencies for 3.0
* b64url 1.0.1 -> 1.0.2
* jiffy CouchDB-0.14.11-2 -> CouchDB-1.0.1-1
-rw-r--r-- | rebar.config.script | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script index d356ac20e..ace09ae1a 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -143,7 +143,7 @@ SubDirs = [ DepDescs = [ %% Independent Apps {config, "config", {tag, "2.1.7"}}, -{b64url, "b64url", {tag, "1.0.1"}}, +{b64url, "b64url", {tag, "1.0.2"}}, {ets_lru, "ets-lru", {tag, "1.1.0"}}, {khash, "khash", {tag, "1.1.0"}}, {snappy, "snappy", {tag, "CouchDB-1.0.4"}}, @@ -157,7 +157,7 @@ DepDescs = [ {folsom, "folsom", {tag, "CouchDB-0.8.3"}}, {hyper, "hyper", {tag, "CouchDB-2.2.0-6"}}, {ibrowse, "ibrowse", {tag, "CouchDB-4.0.1-1"}}, -{jiffy, "jiffy", {tag, "CouchDB-0.14.11-2"}}, +{jiffy, "jiffy", {tag, "CouchDB-1.0.1-1"}}, {mochiweb, "mochiweb", {tag, "v2.20.0"}}, {meck, "meck", {tag, "0.8.8"}} ], |