Skip to content

Commit

Permalink
Temporarily use rules_erlang pre-release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Aug 14, 2023
1 parent 7f4e408 commit e4e2671
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ bazel_dep(
version = "3.11.3",
)

git_override(
module_name = "rules_erlang",
commit = "a97179baac925931be8291bd01992e49acb85837",
remote = "https://github.com/rabbitmq/rules_erlang.git",
)

bazel_dep(
name = "com_github_rabbitmq_looking_glass",
version = "0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ rules_pkg_dependencies()

git_repository(
name = "rules_erlang",
commit = "a97179baac925931be8291bd01992e49acb85837",
remote = "https://github.com/rabbitmq/rules_erlang.git",
tag = "3.11.3",
)

load("@rules_erlang//:internal_deps.bzl", "rules_erlang_internal_deps")
Expand Down

0 comments on commit e4e2671

Please sign in to comment.