Skip to content

1.0.0rc25

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 19:54
· 19 commits to master since this release

1.0.0rc25

Using bzlmod

bazel_dep(name = "rules_req_compile", version = "1.0.0rc25")

Using WORKSPACE.bazel

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_req_compile",
    sha256 = "77abd689981dbbb0389af899c8982d6571105d9bfe7c5b6860e0b25a1f95a0f1",
    urls = ["https://github.com/sputt/req-compile/releases/download/1.0.0rc25/rules_req_compile-v1.0.0rc25.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

What's Changed

Full Changelog: sputt/req-compile@1.0.0rc24...1.0.0rc25