summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2022-12-20 01:31:33 -0500
committerNick Vatamaniuc <nickva@users.noreply.github.com>2022-12-20 02:13:03 -0500
commitbfd8d55b397925572f83f660d830078924c8e8bd (patch)
treec7ed3693612f67d941e92a3dd3ddb25ecd2bc0a9
parent16807eca2c4f9037ecf577410bf966efc0ceb8c4 (diff)
downloadcouchdb-bfd8d55b397925572f83f660d830078924c8e8bd.tar.gz
Revert jiffy to CouchDB-1.0.9-2 to unblock the 3.3 release
Latest jiffy apparently is blocking windows builds so for now let's revert to the previous version. The previous version didn't quite work right off the bat as enc doesn't load on Erlang 25 any longer. So there is a new 1.0.9-2 release wiht enc rebuilt on Erlang 23.
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 9bd38af31..1ae61129f 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -154,7 +154,7 @@ DepDescs = [
{folsom, "folsom", {tag, "CouchDB-0.8.4"}},
{hyper, "hyper", {tag, "CouchDB-2.2.0-7"}},
{ibrowse, "ibrowse", {tag, "CouchDB-4.4.2-5"}},
-{jiffy, "jiffy", {tag, "1.1.1"}},
+{jiffy, "jiffy", {tag, "CouchDB-1.0.9-2"}},
{mochiweb, "mochiweb", {tag, "v3.1.1"}},
{meck, "meck", {tag, "0.9.2"}},
{recon, "recon", {tag, "2.5.2"}}