From b144363f1e0759d8f9950e66ee316ed90357c5b7 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Sat, 3 Mar 2018 09:07:45 +0800 Subject: [PATCH] Depends on jsx 2.9.0 and gproc 0.7.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7084cadaa..ac18f6fe4 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ NO_AUTOPATCH = gen_rpc cuttlefish DEPS = goldrush gproc lager esockd ekka mochiweb pbkdf2 lager_syslog bcrypt clique jsx dep_goldrush = git https://github.com/basho/goldrush 0.1.9 -dep_gproc = git https://github.com/uwiger/gproc -dep_jsx = git https://github.com/talentdeficit/jsx +dep_gproc = git https://github.com/uwiger/gproc 0.7.0 +dep_jsx = git https://github.com/talentdeficit/jsx 2.9.0 dep_getopt = git https://github.com/jcomellas/getopt v0.8.2 dep_lager = git https://github.com/basho/lager master dep_lager_syslog = git https://github.com/basho/lager_syslog