Skip to content

Commit 29fdcc2

Browse files
authored
fix: upgrade to rules_bazel_integration_test 0.27.0 for bazel 9 compatibility (#2454)
The rules_bazel_integration_test rules had a missing load for sh_binary. This is fixed in release 0.27.0.
1 parent ae953da commit 29fdcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ use_repo(pip, "rules_python_publish_deps")
7474
bazel_dep(name = "stardoc", version = "0.7.2", repo_name = "io_bazel_stardoc")
7575

7676
# ===== DEV ONLY DEPS AND SETUP BELOW HERE =====
77-
bazel_dep(name = "rules_bazel_integration_test", version = "0.26.1", dev_dependency = True)
77+
bazel_dep(name = "rules_bazel_integration_test", version = "0.27.0", dev_dependency = True)
7878
bazel_dep(name = "rules_testing", version = "0.6.0", dev_dependency = True)
7979
bazel_dep(name = "rules_shell", version = "0.3.0", dev_dependency = True)
8080
bazel_dep(name = "rules_multirun", version = "0.9.0", dev_dependency = True)

0 commit comments

Comments
 (0)