Skip to content

Commit

Permalink
chore: update README.md for v0.25.0 (#355)
Browse files Browse the repository at this point in the history
Automated update of `README.md` for release v0.25.0

This pull request was created by
[cgrindel/gha_create_release](https://github.com/cgrindel/gha_create_release).

Co-authored-by: cgrindel <cgrindel@users.noreply.github.com>
  • Loading branch information
1 parent c89ad21 commit ae64941
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.24.1",
version = "0.25.0",
dev_dependency = True,
)
```
Expand All @@ -57,9 +57,9 @@ repository and its dependencies.
```python
http_archive(
name = "rules_bazel_integration_test",
sha256 = "7aa9b5269879dd8074b875259b4bd1d7338fd2878c01ad9537e0478de31dc72c",
sha256 = "b079b84278435441023f03de1a72baff9e4e4fe2cb1092ed4c9b60dc8b42e732",
urls = [
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.24.1/rules_bazel_integration_test.v0.24.1.tar.gz",
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.25.0/rules_bazel_integration_test.v0.25.0.tar.gz",
],
)

Expand Down

0 comments on commit ae64941

Please sign in to comment.