Skip to content

Commit

Permalink
chore(deps): update dependency rules_bazel_integration_test to v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent 21b60ac commit 5114dcf
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 = "13a01010d45f4cad53f2836d4380827fd9c6109e252e87f6ad987a4d2f339054",
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.30.0/rules_bazel_integration_test.v0.30.0.tar.gz",
],
)

Expand Down

0 comments on commit 5114dcf

Please sign in to comment.