diff options
| -rw-r--r-- | rabbitmq-components.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rabbitmq-components.mk b/rabbitmq-components.mk index 8c5d09e4de..3eb56d4fde 100644 --- a/rabbitmq-components.mk +++ b/rabbitmq-components.mk @@ -68,12 +68,12 @@ dep_toke = git_rmq toke $(current_rmq_ref) $(base_r dep_rabbitmq_public_umbrella = git_rmq rabbitmq-public-umbrella $(current_rmq_ref) $(base_rmq_ref) -# FIXME: As of 2015-11-20, we depend on Ranch 1.2.0, but erlang.mk +# FIXME: As of 2015-11-20, we depend on Ranch 1.2.1, but erlang.mk # defaults to Ranch 1.1.0. All projects depending indirectly on Ranch # needs to add "ranch" as a BUILD_DEPS. The list of projects needing # this workaround are: # o rabbitmq-web-stomp -dep_ranch = git https://github.com/ninenines/ranch 1.2.0 +dep_ranch = git https://github.com/ninenines/ranch 1.2.1 RABBITMQ_COMPONENTS = amqp_client \ rabbit \ |
