Skip to content

Commit

Permalink
Merge pull request #12634 from rabbitmq/gazelle-main
Browse files Browse the repository at this point in the history
bazel run gazelle
  • Loading branch information
michaelklishin authored Nov 1, 2024
2 parents 030380a + fa0067c commit 889fdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbitmq_auth_backend_oauth2/app.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
outs = ["test/system_SUITE.beam"],
app_name = "rabbitmq_auth_backend_oauth2",
erlc_opts = "//:test_erlc_opts",
deps = ["//deps/amqp_client:erlang_app"],
deps = ["//deps/amqp10_common:erlang_app", "//deps/amqp_client:erlang_app"],
)
erlang_bytecode(
name = "test_jwks_http_app_beam",
Expand Down

0 comments on commit 889fdc9

Please sign in to comment.