summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2020-01-05 13:52:50 -0600
committerPaul J. Davis <paul.joseph.davis@gmail.com>2020-01-31 10:32:32 -0600
commit63ff0c44b42c669b2da44d5138492a78dab1a4d3 (patch)
tree7ddcb0bc1f16316b780bf1ecd11e8d398a9b7ffb
parent6124187883922536808d09a5573c959c950e8aa3 (diff)
downloadcouchdb-update-rebar-config-script-for-3.0.tar.gz
Update dependencies for 3.0update-rebar-config-script-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.script4
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"}}
],