This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/master by this push:
new 17f05b7 Update config dependency to 2.1.5
17f05b7 is described below
commit 17f05b758f29a0ec693cf8b72c3bbc3bee300555
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Thu Jan 24 11:59:49 2019 -0500
Update config dependency to 2.1.5
This fixes inability to set keys with regex symbols in them
---
rebar.config.script | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rebar.config.script b/rebar.config.script
index 61fde88..571ce25 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"}},