1.0.0rc28
github-actions
released this
16 Sep 06:01
·
16 commits
to master
since this release
1.0.0rc28
Using bzlmod
bazel_dep(name = "rules_req_compile", version = "1.0.0rc28")
Using WORKSPACE.bazel
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_req_compile",
sha256 = "d14051f9bf8737991f6042bf8253888cc4bb2144704c8ed673d101d04dc66127",
urls = ["https://github.com/sputt/req-compile/releases/download/1.0.0rc28/rules_req_compile-v1.0.0rc28.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/sputt/req-compile
Full Changelog: sputt/req-compile@1.0.0rc27...1.0.0rc28