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 0a86265 commit c4661beCopy full SHA for c4661be
MODULE.bazel
@@ -1,6 +1,6 @@
1
module(
2
name = "rules_erlang",
3
- version = "3.8.1",
+ version = "3.8.2",
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.8.1",
28
- urls = ["https://github.com/rabbitmq/rules_erlang/archive/refs/tags/3.8.1.zip"],
+ strip_prefix = "rules_erlang-3.8.2",
+ urls = ["https://github.com/rabbitmq/rules_erlang/archive/refs/tags/3.8.2.zip"],
29
30
31
load(
0 commit comments