github-actions
released this
23 Dec 04:39
·
3 commits
to master
since this release
1.0.0rc34
Using bzlmod
bazel_dep(name = "rules_req_compile", version = "1.0.0rc34")
Using WORKSPACE.bazel
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_req_compile",
sha256 = "ff9c264e7410a130db375635f1faa171d51346e5d96e8aba8ac5d0245c315090",
urls = ["https://github.com/periareon/req-compile/releases/download/1.0.0rc34/rules_req_compile-1.0.0rc34.tar.gz"],
)
load("@rules_req_compile//:repositories.bzl", "req_compile_dependencies")
req_compile_dependencies()
load("@rules_req_compile//:repositories_transitive.bzl", "req_compile_transitive_dependencies")
req_compile_transitive_dependencies()
Additional documentation can be found at: https://github.com/periareon/req-compile
Full Changelog: 1.0.0rc32...1.0.0rc34