Skip to content

Commit

Permalink
chore(deps): update dependency rules_bazel_integration_test
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 21b60ac commit c08901b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ bazel_dep(name = "rules_multirun", version = "0.10.0", dev_dependency = True)
bazel_dep(name = "rules_python", version = "1.0.0", dev_dependency = True)
bazel_dep(
name = "rules_bazel_integration_test",
version = "0.29.0",
version = "0.30.0",
dev_dependency = True,
)

Expand Down
4 changes: 2 additions & 2 deletions internal_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ def rules_zig_internal_deps():

http_archive(
name = "rules_bazel_integration_test",
sha256 = "87905a09df5e137f7a01a9053ccffcce7b64bbc862ffcc07a082a3b9c6f75050",
sha256 = "3e24bc0fba88177cd0ae87c1e37bf7de5d5af8e812f00817a58498b1a8368fca",
urls = [
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.29.0/rules_bazel_integration_test.v0.29.0.tar.gz",
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.31.0/rules_bazel_integration_test.v0.31.0.tar.gz",
],
)

Expand Down

0 comments on commit c08901b

Please sign in to comment.