Skip to content

Commit a288ac3

Browse files
HoloRinacogoluegnes
authored andcommitted
Use the latest rules_erlang
rules_erlang 3.10.7 contains a fix for the discovery of the dependency on murmerl3 by rabbitmq_stream, so the explicit gazelle directive for the dep can be removed
1 parent 9c25814 commit a288ac3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bazel_dep(
3131

3232
bazel_dep(
3333
name = "rules_erlang",
34-
version = "3.10.5",
34+
version = "3.10.7",
3535
)
3636

3737
bazel_dep(

deps/rabbitmq_stream/BUILD.bazel

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ test_suite_beam_files(name = "test_suite_beam_files")
4949

5050
# gazelle:erlang_app_extra_app ssl
5151

52-
# gazelle:erlang_app_dep murmerl3
53-
5452
# gazelle:erlang_app_dep_exclude rabbit_common
5553

5654
rabbitmq_app(

0 commit comments

Comments
 (0)