Skip to content

Commit c73ece2

Browse files
committed
Use bazel-erlang 1.2.0
Among other things, this turns on +deterministic for compilation
1 parent 07df10d commit c73ece2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ rules_pkg_dependencies()
3131

3232
http_archive(
3333
name = "bazel-erlang",
34-
sha256 = "422a9222522216f59a01703a13f578c601d6bddf5617bee8da3c43e3b299fc4e",
35-
strip_prefix = "bazel-erlang-1.1.0",
36-
urls = ["https://github.com/rabbitmq/bazel-erlang/archive/refs/tags/1.1.0.zip"],
34+
sha256 = "03b75fae7e3d3e80644ba1b0f1bf43b9da3c7c36435ea7baba0d0f87b3c05482",
35+
strip_prefix = "bazel-erlang-1.2.0",
36+
urls = ["https://github.com/rabbitmq/bazel-erlang/archive/refs/tags/1.2.0.zip"],
3737
)
3838

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

0 commit comments

Comments
 (0)