Skip to content

Commit 400b0ec

Browse files
committed
Update the README to reference the most recent release
1 parent 61a964c commit 400b0ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ The example below follows this convention.
3636
```starlark
3737
http_archive(
3838
name = "rules_erlang",
39-
strip_prefix = "rules_erlang-v2",
40-
urls = ["https://github.com/rabbitmq/rules_erlang/archive/refs/heads/v2.zip"],
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"],
4142
)
4243

4344
load("@rules_erlang//:rules_erlang.bzl", "rules_erlang_dependencies")

0 commit comments

Comments
 (0)