use the latest rules_erlang

which fixes and issue with escript_archive that was breaking the rabbitmqctl escript
This commit is contained in:
Rin Kuryloski 2024-06-17 11:44:22 +02:00
parent a6b3916a9c
commit 5fc8a8cb9a
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ bazel_dep(
bazel_dep( bazel_dep(
name = "rules_erlang", name = "rules_erlang",
version = "3.15.3", version = "3.15.4",
) )
bazel_dep( bazel_dep(