diff options
author | Nick Vatamaniuc <vatamane@apache.org> | 2019-01-24 11:59:49 -0500 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2019-01-24 12:28:03 -0500 |
commit | 17f05b758f29a0ec693cf8b72c3bbc3bee300555 (patch) | |
tree | 38b8ffb946a21e2cb9235b40c30e6421bc74a3dd | |
parent | 076884fe65950bd8f770de59195dd6c7f7edac7c (diff) | |
download | couchdb-17f05b758f29a0ec693cf8b72c3bbc3bee300555.tar.gz |
Update config dependency to 2.1.5
This fixes inability to set keys with regex symbols in them
-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 61fde8821..571ce25e2 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -85,7 +85,7 @@ SubDirs = [ DepDescs = [ %% Independent Apps -{config, "config", {tag, "2.1.4"}}, +{config, "config", {tag, "2.1.5"}}, {b64url, "b64url", {tag, "1.0.1"}}, {ets_lru, "ets-lru", {tag, "1.0.0"}}, {khash, "khash", {tag, "1.0.1"}}, |