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 cc728fd commit 4812589Copy full SHA for 4812589
MODULE.bazel
@@ -1,7 +1,7 @@
1
module(
2
name = "rules_erlang",
3
compatibility_level = 3,
4
- version = "3.9.9",
+ version = "3.9.10",
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.9",
28
- urls = ["https://github.com/rabbitmq/rules_erlang/archive/refs/tags/3.9.9.zip"],
+ strip_prefix = "rules_erlang-3.9.10",
+ urls = ["https://github.com/rabbitmq/rules_erlang/archive/refs/tags/3.9.10.zip"],
29
30
31
load(
0 commit comments