summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2019-01-24 11:59:49 -0500
committerJan Lehnardt <jan@apache.org>2019-02-17 18:33:19 +0100
commitdd9976d3778e8e7c66b666863ccf6b9fd18b0319 (patch)
tree6244f17651e6294a75acf967fbfa46b8f5724dfe
parent9427683635d8691906aa81565603dcd4703f6fb6 (diff)
downloadcouchdb-dd9976d3778e8e7c66b666863ccf6b9fd18b0319.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.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index b603a121b..c483b192a 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"}},