Skip to content

Commit

Permalink
Use bazel-erlang 1.0.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 0e4a14b)
  • Loading branch information
HoloRin committed Jun 29, 2021
1 parent 5399a9c commit 3d72c4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ buildbuddy(name = "buildbuddy_toolchain")

http_archive(
name = "bazel-erlang",
strip_prefix = "bazel-erlang-master",
urls = ["https://github.com/rabbitmq/bazel-erlang/archive/master.zip"],
sha256 = "098975fca1be2cd68d24bb8eefaf16e113f9ccb777bb4345f04cc7590d5c9cb7",
strip_prefix = "bazel-erlang-1.0.0",
urls = ["https://github.com/rabbitmq/bazel-erlang/archive/refs/tags/1.0.0.zip"],
)

load("@bazel-erlang//:bazel_erlang.bzl", "bazel_erlang_deps")
Expand Down

0 comments on commit 3d72c4a

Please sign in to comment.