Skip to content

Commit dd4bb4c

Browse files
authored
Update Makefile
1 parent af2c2fb commit dd4bb4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PROJECT = emq_redis_hook
44
PROJECT_DESCRIPTION = Hook with Redis
5-
PROJECT_VERSION = 2.3.4
5+
PROJECT_VERSION = 2.3.6
66

77
DEPS = eredis ecpool clique
88

@@ -11,14 +11,14 @@ dep_ecpool = git https://github.com/emqtt/ecpool master
1111
dep_clique = git https://github.com/emqtt/clique
1212

1313
BUILD_DEPS = emqttd cuttlefish
14-
dep_emqttd = git https://github.com/emqtt/emqttd master
14+
dep_emqttd = git https://github.com/emqtt/emqttd 2.3.6
1515
dep_cuttlefish = git https://github.com/emqtt/cuttlefish
1616

1717
NO_AUTOPATCH = cuttlefish
1818

1919
TEST_DEPS = emqttc emq_auth_username
2020
dep_emqttc = git https://github.com/emqtt/emqttc
21-
dep_emq_auth_username = git https://github.com/emqtt/emq-auth-redis
21+
dep_emq_auth_username = git https://github.com/emqtt/emq-auth-redis 2.3.6
2222

2323
TEST_ERLC_OPTS += +debug_info
2424
TEST_ERLC_OPTS += +'{parse_transform, lager_transform}'

0 commit comments

Comments
 (0)