Update rules_erlang version in WORKSPACE to match MODULE.bazel

this was left out of #9707 accidentally
This commit is contained in:
Rin Kuryloski 2023-10-19 20:26:00 +02:00
parent 2f7b17cb8f
commit ffe2f4e5b4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ rules_pkg_dependencies()
git_repository(
name = "rules_erlang",
remote = "https://github.com/rabbitmq/rules_erlang.git",
tag = "3.12.0",
tag = "3.13.1",
)
load("@rules_erlang//:internal_deps.bzl", "rules_erlang_internal_deps")