We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9639936 commit 7be1d8cCopy full SHA for 7be1d8c
MODULE.bazel
@@ -1,7 +1,7 @@
1
module(
2
name = "rules_erlang",
3
compatibility_level = 3,
4
- version = "3.9.8",
+ version = "3.9.9",
5
)
6
7
bazel_dep(
README.md
@@ -24,8 +24,8 @@ bazel_skylib_workspace()
24
25
http_archive(
26
27
- strip_prefix = "rules_erlang-3.9.8",
28
- urls = ["https://github.com/rabbitmq/rules_erlang/archive/refs/tags/3.9.8.zip"],
+ strip_prefix = "rules_erlang-3.9.9",
+ urls = ["https://github.com/rabbitmq/rules_erlang/archive/refs/tags/3.9.9.zip"],
29
30
31
load(
0 commit comments