Skip to content

Commit

Permalink
Merge pull request #481 from rabbitmq/mk-bazel-module-updates
Browse files Browse the repository at this point in the history
Bazel: use latest rules_erlang
  • Loading branch information
michaelklishin authored Dec 2, 2024
2 parents 2d433d8 + 1c991b7 commit cba3581
Show file tree
Hide file tree
Showing 2 changed files with 463 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module(
name = "rabbitmq_ra",
version = "2.15.0",
version = "2.16.0",
)

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

bazel_dep(
Expand Down
Loading

0 comments on commit cba3581

Please sign in to comment.