File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ http_archive(
3030 repo_mapping = {
3131 "@rabbitmq-server" : "@" ,
3232 },
33- strip_prefix = "rabbitmq-ct-helpers-master " ,
34- urls = ["https://github.com/rabbitmq/rabbitmq-ct-helpers/archive/master .zip" ],
33+ strip_prefix = "rabbitmq-ct-helpers-3.8.x " ,
34+ urls = ["https://github.com/rabbitmq/rabbitmq-ct-helpers/archive/refs/heads/v3.8.x .zip" ],
3535)
3636
3737http_archive (
3838 name = "rabbitmq_ct_client_helpers" ,
3939 repo_mapping = {
4040 "@rabbitmq-server" : "@" ,
4141 },
42- strip_prefix = "rabbitmq-ct-client-helpers-master " ,
43- urls = ["https://github.com/rabbitmq/rabbitmq-ct-client-helpers/archive/master .zip" ],
42+ strip_prefix = "rabbitmq-ct-client-helpers-3.8.x " ,
43+ urls = ["https://github.com/rabbitmq/rabbitmq-ct-client-helpers/archive/refs/heads/v3.8.x .zip" ],
4444)
4545
4646load ("//deps/amqp10_client:activemq.bzl" , "activemq_archive" )
You can’t perform that action at this time.
0 commit comments