From 85eb8f022c22ec6c79e996fe657b714bf0a52a00 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Tue, 31 Jan 2017 11:02:23 +0100 Subject: [PATCH] Depend on fast_xml-1.1.20 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 40621ef53..46cacba6a 100644 --- a/rebar.config +++ b/rebar.config @@ -23,7 +23,7 @@ {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.6"}}}, {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.10"}}}, {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.7"}}}, - {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.19"}}}, + {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.20"}}}, {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.1.6"}}}, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.9"}}}, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.10"}}},