Skip to content

Commit

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

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

Co-authored-by: cgrindel <[email protected]>
  • Loading branch information
1 parent 8e5cfdc commit 8466538
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.18.0",
version = "0.19.0",
dev_dependency = True,
)
```
Expand All @@ -57,9 +57,9 @@ repository and its dependencies.
```python
http_archive(
name = "rules_bazel_integration_test",
sha256 = "567ef30550a90c0dc22a9076743b2b2715b4d7148b4d573bdcc61aaa5d0177b3",
sha256 = "5c36e751254c17f5961b8d88636f5d085d12bdebcc840eef5d1b2ff14927aa8f",
urls = [
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.18.0/rules_bazel_integration_test.v0.18.0.tar.gz",
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.19.0/rules_bazel_integration_test.v0.19.0.tar.gz",
],
)

Expand Down

0 comments on commit 8466538

Please sign in to comment.