Skip to content

0.4.1

Compare
Choose a tag to compare
@keith keith released this 14 Feb 19:42
· 36 commits to main since this release
a508102
  • Fix tests for bzlmod again

MODULE.bazel setup:

bazel_dep(name = "rules_multirun", version = "0.4.1")

WORKSPACE setup:

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

http_archive(
    name = "rules_multirun",
    sha256 = "a08f77a490b7f88a9f641df0344373e83763eb92cf502c699fb641db84e5d3ba",
    strip_prefix = "rules_multirun-0.4.1",
    url = "https://github.com/keith/rules_multirun/archive/refs/tags/0.4.1.tar.gz",
)