summaryrefslogtreecommitdiff
path: root/rebar.config.script
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2020-01-21 10:20:08 -0500
committerNick Vatamaniuc <nickva@users.noreply.github.com>2020-01-21 10:51:19 -0500
commit3e0dd6b6edb077de570b05e2acec0a857563be53 (patch)
tree6830a46fa770cca15090c1263d735e828afe7ea8 /rebar.config.script
parent2ac0673824dff1606e04741d83cd14964fb60481 (diff)
downloadcouchdb-3e0dd6b6edb077de570b05e2acec0a857563be53.tar.gz
Replace Triq with PropEr
It was already used in the IOQ2 work so all the plumbing to pull it in during dev testing was there and it seems awkward to have two different property testing framework for just a few tests. It is still an optional component and is not included in the release.
Diffstat (limited to 'rebar.config.script')
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index e39a08228..a2e19229e 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -155,7 +155,7 @@ DepDescs = [
{tag, "v1.2.2"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.3"}},
-{hyper, "hyper", {tag, "CouchDB-2.2.0-4"}},
+{hyper, "hyper", {tag, "CouchDB-2.2.0-6"}},
{ibrowse, "ibrowse", {tag, "CouchDB-4.0.1-1"}},
{jiffy, "jiffy", {tag, "CouchDB-0.14.11-2"}},
{mochiweb, "mochiweb", {tag, "v2.20.0"}},