Skip to content

Commit 298c012

Browse files
committed
Update the README to reference the most recent release
1 parent b8ea348 commit 298c012

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

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

0 commit comments

Comments
 (0)