From 8401cc36de9fe43e238d3c508a1a099318f5e7c1 Mon Sep 17 00:00:00 2001 From: Irsan van Wel Date: Fri, 24 Nov 2017 10:10:33 +0200 Subject: [PATCH] Update rebar.config --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 41e4aac..cb13904 100644 --- a/rebar.config +++ b/rebar.config @@ -1,5 +1,5 @@ {erl_opts, [debug_info]}. {deps, [ {protobuffs, "0.8.4"}, - {jsx, "2.8.2"} -]}. \ No newline at end of file + {jsx, {git, "https://github.com/talentdeficit/jsx.git", {branch, "v2.8.0"}}} +]}.