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 b8ea348 commit 298c012Copy full SHA for 298c012
README.md
@@ -36,9 +36,9 @@ The example below follows this convention.
36
```starlark
37
http_archive(
38
name = "rules_erlang",
39
- sha256 = "7fd0564918537eb72294d17f5f8dc663907b16d712773b1c006e83194746a1c0",
40
- strip_prefix = "rules_erlang-2.0.0",
41
- urls = ["https://github.com/rabbitmq/rules_erlang/archive/refs/tags/2.0.0.zip"],
+ sha256 = "d4c95e77a4fae33c70a13ebab032a00e55cca7429c44b3ce062fa6ae64662e4c",
+ strip_prefix = "rules_erlang-2.1.0",
+ urls = ["https://github.com/rabbitmq/rules_erlang/archive/refs/tags/2.1.0.zip"],
42
)
43
44
load("@rules_erlang//:rules_erlang.bzl", "rules_erlang_dependencies")
0 commit comments