Skip to content

Commit

Permalink
Use ra 2.6.3 from BCR
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Aug 21, 2023
1 parent 21fa2d1 commit 3253fe4
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ bazel_dep(
repo_name = "osiris",
)

bazel_dep(
name = "rabbitmq_ra",
version = "2.6.2",
repo_name = "ra",
)

erlang_config = use_extension(
"@rules_erlang//bzlmod:extensions.bzl",
"erlang_config",
Expand Down Expand Up @@ -293,13 +299,6 @@ erlang_package.hex_package(
version = "0.2.1",
)

erlang_package.hex_package(
name = "ra",
build_file = "@rabbitmq-server//bazel:BUILD.ra",
sha256 = "1cc3101c8f7382dc73bb3fc9f044c16261306f5cbba3d79a5a6f5176695f7a18",
version = "2.6.3",
)

erlang_package.hex_package(
name = "ranch",
build_file = "@rabbitmq-server//bazel:BUILD.ranch",
Expand Down Expand Up @@ -376,7 +375,6 @@ use_repo(
"json",
"observer_cli",
"prometheus",
"ra",
"ranch",
"recon",
"redbug",
Expand Down

0 comments on commit 3253fe4

Please # to comment.