Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel authored and github-actions[bot] committed Nov 26, 2024
1 parent 9c86c5a commit 7831f89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you are using Bazel with bzlmod enabled, add the following snippet to your `M
```python
bazel_dep(
name = "rules_bazel_integration_test",
version = "0.26.1",
version = "0.27.0",
dev_dependency = True,
)
```
Expand All @@ -57,9 +57,9 @@ repository and its dependencies.
```python
http_archive(
name = "rules_bazel_integration_test",
sha256 = "65284bfa374ac4f0a66341ed362a79381ce5a2041789129baea5dd6983d3bbad",
sha256 = "677a613853557cec70241db3c60814ddb36d4af4b9b8faa5db9047ce893e58e9",
urls = [
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.26.1/rules_bazel_integration_test.v0.26.1.tar.gz",
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.27.0/rules_bazel_integration_test.v0.27.0.tar.gz",
],
)

Expand Down

0 comments on commit 7831f89

Please sign in to comment.