Skip to content

Commit 3253fe4

Browse files
committed
Use ra 2.6.3 from BCR
1 parent 21fa2d1 commit 3253fe4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

MODULE.bazel

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ bazel_dep(
4747
repo_name = "osiris",
4848
)
4949

50+
bazel_dep(
51+
name = "rabbitmq_ra",
52+
version = "2.6.2",
53+
repo_name = "ra",
54+
)
55+
5056
erlang_config = use_extension(
5157
"@rules_erlang//bzlmod:extensions.bzl",
5258
"erlang_config",
@@ -293,13 +299,6 @@ erlang_package.hex_package(
293299
version = "0.2.1",
294300
)
295301

296-
erlang_package.hex_package(
297-
name = "ra",
298-
build_file = "@rabbitmq-server//bazel:BUILD.ra",
299-
sha256 = "1cc3101c8f7382dc73bb3fc9f044c16261306f5cbba3d79a5a6f5176695f7a18",
300-
version = "2.6.3",
301-
)
302-
303302
erlang_package.hex_package(
304303
name = "ranch",
305304
build_file = "@rabbitmq-server//bazel:BUILD.ranch",
@@ -376,7 +375,6 @@ use_repo(
376375
"json",
377376
"observer_cli",
378377
"prometheus",
379-
"ra",
380378
"ranch",
381379
"recon",
382380
"redbug",

0 commit comments

Comments
 (0)