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 ec53f41 commit 145d7d7Copy full SHA for 145d7d7
MODULE.bazel
@@ -1,7 +1,7 @@
1
module(
2
name = "rules_erlang",
3
compatibility_level = 3,
4
- version = "3.9.11",
+ version = "3.9.12",
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.11",
28
- urls = ["https://github.com/rabbitmq/rules_erlang/archive/refs/tags/3.9.11.zip"],
+ strip_prefix = "rules_erlang-3.9.12",
+ urls = ["https://github.com/rabbitmq/rules_erlang/archive/refs/tags/3.9.12.zip"],
29
30
31
load(
0 commit comments