Skip to content

Commit

Permalink
chore(deps): update dependency rules_multirun to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 24, 2024
1 parent 1fe88a2 commit 62c54d2
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 @@ -24,7 +24,7 @@ bazel_dep(
version = "6.4.0",
dev_dependency = True,
)
bazel_dep(name = "rules_multirun", version = "0.6.1", dev_dependency = True)
bazel_dep(name = "rules_multirun", version = "0.7.0", dev_dependency = True)
bazel_dep(name = "rules_python", version = "0.31.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 @@ -40,9 +40,9 @@ def rules_zig_internal_deps():

http_archive(
name = "rules_multirun",
sha256 = "9cd384e42b2da00104f0e18f25e66285aa21f64b573c667638a7a213206885ab",
strip_prefix = "rules_multirun-0.6.1",
url = "https://github.com/keith/rules_multirun/archive/refs/tags/0.6.1.tar.gz",
sha256 = "7b699b3922919d727e7f5aa868286e59cc69fa6aa14f6c3e54a4674010bd1582",
strip_prefix = "rules_multirun-0.7.0",
url = "https://github.com/keith/rules_multirun/archive/refs/tags/0.7.0.tar.gz",
)

http_archive(
Expand Down

0 comments on commit 62c54d2

Please sign in to comment.