Skip to content

Commit

Permalink
Merge pull request #11970 from rabbitmq/gazelle-main
Browse files Browse the repository at this point in the history
bazel run gazelle
  • Loading branch information
michaelklishin committed Aug 10, 2024
2 parents 328f45c + 0cdd894 commit 2db84be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbit/app.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2169,5 +2169,5 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
outs = ["test/cluster_upgrade_SUITE.beam"],
app_name = "rabbit",
erlc_opts = "//:test_erlc_opts",
deps = ["//deps/amqp_client:erlang_app", "//deps/rabbitmq_ct_helpers:erlang_app"],
deps = ["//deps/amqp_client:erlang_app"],
)

0 comments on commit 2db84be

Please sign in to comment.