summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2021-03-05 12:20:45 -0500
committerNick Vatamaniuc <nickva@users.noreply.github.com>2021-03-05 12:46:06 -0500
commitdb6a7822b9c5bc501bb20acb6739a1c0cf7f929c (patch)
tree8eea727af6ef6d130df36e9e708a9d43407bd704
parentfdd53774bd802fe9e6b6eb473ae5b40c7436137c (diff)
downloadcouchdb-db6a7822b9c5bc501bb20acb6739a1c0cf7f929c.tar.gz
Bump erlfdb to v1.2.8
The main feature is a fix to use buggify settings on the client (`enc` update was reverted from an intermediate release) https://github.com/apache/couchdb-erlfdb/releases/tag/v1.2.7 https://github.com/apache/couchdb-erlfdb/releases/tag/v1.2.8
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 5cdd9b71a..544deb1ae 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -153,7 +153,7 @@ DepDescs = [
%% Independent Apps
{config, "config", {tag, "2.1.8"}},
{b64url, "b64url", {tag, "1.0.2"}},
-{erlfdb, "erlfdb", {tag, "v1.2.6"}},
+{erlfdb, "erlfdb", {tag, "v1.2.8"}},
{ets_lru, "ets-lru", {tag, "1.1.0"}},
{khash, "khash", {tag, "1.1.0"}},
{snappy, "snappy", {tag, "CouchDB-1.0.4"}},