diff options
author | Nick Vatamaniuc <vatamane@apache.org> | 2018-06-21 14:07:25 -0400 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2018-06-21 14:39:18 -0400 |
commit | 103a0624f309ea0d796176a55eb5faea68f26047 (patch) | |
tree | 018f82e6f94349ea9499e3de3a3d1d176d7152ad | |
parent | 5b5c8a1dcb196eb461dcab17a52c3c27998c5372 (diff) | |
download | couchdb-103a0624f309ea0d796176a55eb5faea68f26047.tar.gz |
Update snappy dep to CouchDB-1.0.1 with 21.0 support
Issue #1396
-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 82f4d70b9..a393c87fe 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -51,7 +51,7 @@ DepDescs = [ {b64url, "b64url", {tag, "1.0.1"}}, {ets_lru, "ets-lru", {tag, "1.0.0"}}, {khash, "khash", {tag, "1.0.1"}}, -{snappy, "snappy", {tag, "CouchDB-1.0.0"}}, +{snappy, "snappy", {tag, "CouchDB-1.0.1"}}, {ioq, "ioq", {tag, "1.0.1"}}, %% Non-Erlang deps |