diff options
author | Nick Vatamaniuc <vatamane@apache.org> | 2020-11-16 16:08:29 -0500 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2020-11-16 16:40:17 -0500 |
commit | 8c21567fa277fec3a88a73d49551bd70b11dafc3 (patch) | |
tree | bd001837adf1f5629256fa1cf194cd459a8dc25f | |
parent | 5cfa4a8ee12255bbd87f1e88dbce2b526a3014e1 (diff) | |
download | couchdb-8c21567fa277fec3a88a73d49551bd70b11dafc3.tar.gz |
Bump erlfdb to v1.2.3
https://github.com/apache/couchdb-erlfdb/releases/tag/v1.2.3
-rw-r--r-- | rebar.config.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script index 2679e3aeb..4abdcc9a3 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.2"}}, +{erlfdb, "erlfdb", {tag, "v1.2.3"}}, {ets_lru, "ets-lru", {tag, "1.1.0"}}, {khash, "khash", {tag, "1.1.0"}}, {snappy, "snappy", {tag, "CouchDB-1.0.4"}}, |