diff options
author | Nick Vatamaniuc <vatamane@apache.org> | 2018-10-18 13:33:44 -0400 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2018-10-18 16:10:32 -0400 |
commit | 620b1e192ed0abd833a73b8ec2f55a6185ed09dc (patch) | |
tree | 0d4a0c5934c913cea6f5b9d4744c8cccbc220a59 | |
parent | e8410d3b1a37cc117abfc22e51e8c7ba93fc19ba (diff) | |
download | couchdb-620b1e192ed0abd833a73b8ec2f55a6185ed09dc.tar.gz |
Update snappy dependency to CouchDB-1.0.2
This fixes a memory bug:
https://github.com/apache/couchdb-snappy/commit/2038ad13b1d6926468f25adea110028e3c0b4b0c
-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 3bb1a584c..4d1649347 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -52,7 +52,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.1"}}, +{snappy, "snappy", {tag, "CouchDB-1.0.2"}}, {ioq, "ioq", {tag, "1.0.1"}}, %% Non-Erlang deps |