Skip to content

Commit

Permalink
chore(deps): update dependency rules_bazel_integration_test to v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 16, 2024
1 parent 3b5c7bb commit c1f4f77
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 @@ -28,7 +28,7 @@ bazel_dep(name = "rules_multirun", version = "0.6.1", dev_dependency = True)
bazel_dep(name = "rules_python", version = "0.28.0", dev_dependency = True)
bazel_dep(
name = "rules_bazel_integration_test",
version = "0.21.0",
version = "0.22.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 @@ -83,8 +83,8 @@ def rules_zig_internal_deps():

http_archive(
name = "rules_bazel_integration_test",
sha256 = "9db28d3fa09f3aa0d1478966febaeef1d28ee5ccddc2aa34ea76e0979ea405dc",
sha256 = "ea588646ddfcfc4e449b0a80d6f7bfbb812c1799c221b6743fcc2dcdb66bd1e5",
urls = [
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.21.0/rules_bazel_integration_test.v0.21.0.tar.gz",
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.22.0/rules_bazel_integration_test.v0.22.0.tar.gz",
],
)

0 comments on commit c1f4f77

Please sign in to comment.