diff --git a/Makefile b/Makefile index 7831b13..546109b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PROJECT = emq_redis_hook PROJECT_DESCRIPTION = Hook with Redis -PROJECT_VERSION = 2.3.4 +PROJECT_VERSION = 2.3.6 DEPS = eredis ecpool clique @@ -11,14 +11,14 @@ dep_ecpool = git https://github.com/emqtt/ecpool master dep_clique = git https://github.com/emqtt/clique BUILD_DEPS = emqttd cuttlefish -dep_emqttd = git https://github.com/emqtt/emqttd master +dep_emqttd = git https://github.com/emqtt/emqttd 2.3.6 dep_cuttlefish = git https://github.com/emqtt/cuttlefish NO_AUTOPATCH = cuttlefish TEST_DEPS = emqttc emq_auth_username dep_emqttc = git https://github.com/emqtt/emqttc -dep_emq_auth_username = git https://github.com/emqtt/emq-auth-redis +dep_emq_auth_username = git https://github.com/emqtt/emq-auth-redis 2.3.6 TEST_ERLC_OPTS += +debug_info TEST_ERLC_OPTS += +'{parse_transform, lager_transform}'