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 cfb3ab5 commit 0c045a7Copy full SHA for 0c045a7
MODULE.bazel
@@ -1,6 +1,6 @@
1
module(
2
name = "rules_erlang",
3
- version = "3.14.0",
+ version = "3.15.0",
4
compatibility_level = 3,
5
)
6
README.md
@@ -24,8 +24,8 @@ bazel_skylib_workspace()
24
25
http_archive(
26
27
- strip_prefix = "rules_erlang-3.14.0",
28
- urls = ["https://github.com/rabbitmq/rules_erlang/archive/refs/tags/3.14.0.zip"],
+ strip_prefix = "rules_erlang-3.15.0",
+ urls = ["https://github.com/rabbitmq/rules_erlang/archive/refs/tags/3.15.0.zip"],
29
30
31
load(
0 commit comments