Skip to content

Commit

Permalink
chore(deps): update dependency rules_multirun to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent 0269ba3 commit 732dddd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bazel_dep(
version = "7.3.1",
dev_dependency = True,
)
bazel_dep(name = "rules_multirun", version = "0.9.0", dev_dependency = True)
bazel_dep(name = "rules_multirun", version = "0.10.0", dev_dependency = True)
bazel_dep(name = "rules_python", version = "0.38.0", dev_dependency = True)
bazel_dep(
name = "rules_bazel_integration_test",
Expand Down
6 changes: 3 additions & 3 deletions internal_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ def rules_zig_internal_deps():

http_archive(
name = "rules_multirun",
sha256 = "504612040149edce01376c4809b33f2e0c5331cdd0ec56df562dc89ecbc045a0",
strip_prefix = "rules_multirun-0.9.0",
url = "https://github.com/keith/rules_multirun/archive/refs/tags/0.9.0.tar.gz",
sha256 = "e397783c0483a323f5414a09a698a89581114da258f0d41c39434e83d1963084",
strip_prefix = "rules_multirun-0.10.0",
url = "https://github.com/keith/rules_multirun/archive/refs/tags/0.10.0.tar.gz",
)

http_archive(
Expand Down

0 comments on commit 732dddd

Please sign in to comment.