File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ bazel_dep(
90
90
)
91
91
bazel_dep (
92
92
name = "rules_bazel_integration_test" ,
93
- version = "0.27 .0" ,
93
+ version = "0.32 .0" ,
94
94
dev_dependency = True ,
95
95
)
96
96
bazel_dep (name = "cgrindel_bazel_starlib" , version = "0.21.0" )
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ bazel_starlib_dependencies()
83
83
# module rules_bazel_integration_test requires bazel >= 6.1.0
84
84
http_archive (
85
85
name = "rules_bazel_integration_test" ,
86
- sha256 = "44ed2cacf9dfdbfd0e2ef60022ca5ada9b11f337ecaec3c428d5003b38043589 " ,
86
+ sha256 = "3c9b9abea07acee98ee4a2ab7447784b1d6e39dff88c3eaf97ca227138349b15 " ,
87
87
urls = [
88
- "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.28 .0/rules_bazel_integration_test.v0.28 .0.tar.gz" ,
88
+ "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.32 .0/rules_bazel_integration_test.v0.32 .0.tar.gz" ,
89
89
],
90
90
)
91
91
You can’t perform that action at this time.
0 commit comments