Skip to content

Commit

Permalink
Use the latest rules_erlang & rules_elixir
Browse files Browse the repository at this point in the history
(cherry picked from commit 3465eef)
(cherry picked from commit 6ce5109)
  • Loading branch information
HoloRin authored and mergify[bot] committed Jun 23, 2024
1 parent d49f0bd commit 106d401
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 112 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ bazel_dep(

bazel_dep(
name = "rules_erlang",
version = "3.15.4",
version = "3.16.0",
)

bazel_dep(
name = "rules_elixir",
version = "1.0.0",
version = "1.1.0",
)

bazel_dep(
Expand Down
106 changes: 0 additions & 106 deletions bazel/elixir/elixir_bytecode.bzl

This file was deleted.

5 changes: 1 addition & 4 deletions deps/rabbitmq_cli/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
load("@rules_elixir//:ex_unit_test.bzl", "ex_unit_test")
load("@rules_elixir//private:elixir_bytecode.bzl", "elixir_bytecode")
load(
"@rules_elixir//private:elixir_ebin_dir.bzl",
"elixir_ebin_dir",
Expand All @@ -20,10 +21,6 @@ load(
)
load("//:rabbitmq_home.bzl", "rabbitmq_home")
load("//:rabbitmq_run.bzl", "rabbitmq_run")
load(
"//bazel/elixir:elixir_bytecode.bzl",
"elixir_bytecode",
)
load(
"//bazel/elixir:elixir_escript_main.bzl",
"elixir_escript_main",
Expand Down

0 comments on commit 106d401

Please sign in to comment.