This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch bump-erlfdb-to-v1.2.3 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit efdcbe51139b892791e62a41274fb0f8368ea9b6 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Mon Nov 16 16:08:29 2020 -0500 Bump erfdb to v1.2.3 https://github.com/apache/couchdb-erlfdb/releases/tag/v1.2.3 --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index 2679e3a..4abdcc9 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"}},
