Skip to content

Commit ed69cec

Browse files
committed
Use master branches of the rabbitmq-ct*-helpers
rabbitmq/rabbitmq-ct-helpers#47 rabbitmq/rabbitmq-ct-client-helpers#4
1 parent 388654c commit ed69cec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WORKSPACE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ http_archive(
3030
repo_mapping = {
3131
"@rabbitmq-server": "@",
3232
},
33-
strip_prefix = "rabbitmq-ct-helpers-bazel",
34-
urls = ["https://github.com/rabbitmq/rabbitmq-ct-helpers/archive/bazel.zip"],
33+
strip_prefix = "rabbitmq-ct-helpers-master",
34+
urls = ["https://github.com/rabbitmq/rabbitmq-ct-helpers/archive/master.zip"],
3535
)
3636

3737
http_archive(
3838
name = "rabbitmq_ct_client_helpers",
3939
repo_mapping = {
4040
"@rabbitmq-server": "@",
4141
},
42-
strip_prefix = "rabbitmq-ct-client-helpers-bazel",
43-
urls = ["https://github.com/rabbitmq/rabbitmq-ct-client-helpers/archive/bazel.zip"],
42+
strip_prefix = "rabbitmq-ct-client-helpers-master",
43+
urls = ["https://github.com/rabbitmq/rabbitmq-ct-client-helpers/archive/master.zip"],
4444
)
4545

4646
load("//deps/amqp10_client:activemq.bzl", "activemq_archive")

0 commit comments

Comments
 (0)