diff options
author | Will Holley <willholley@gmail.com> | 2020-01-22 09:15:36 +0000 |
---|---|---|
committer | Will Holley <willholley@gmail.com> | 2020-01-23 09:36:51 +0000 |
commit | 1d25b9d947a41f17214828f6c7e47cfe0a39d12e (patch) | |
tree | b8f78fa244fd57344ce3348b2e6388ff08b9a927 | |
parent | acdfd390543629b2816c194704bea16533cec452 (diff) | |
download | couchdb-1d25b9d947a41f17214828f6c7e47cfe0a39d12e.tar.gz |
Update couchdb-config to 2.1.7
-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 a2e19229e..3356c83b5 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -142,7 +142,7 @@ SubDirs = [ DepDescs = [ %% Independent Apps -{config, "config", {tag, "2.1.6"}}, +{config, "config", {tag, "2.1.7"}}, {b64url, "b64url", {tag, "1.0.1"}}, {ets_lru, "ets-lru", {tag, "1.0.0"}}, {khash, "khash", {tag, "1.0.1"}}, |