From 6a1d586dc56d324d2e11474fe6ad31b6248a5d2d Mon Sep 17 00:00:00 2001 From: Nick Vatamaniuc Date: Thu, 24 Jan 2019 11:59:49 -0500 Subject: [PATCH] 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 61fde88214d..571ce25e232 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"}},