Skip to content

Commit

Permalink
chore: update README.md for v0.20.0 (#242)
Browse files Browse the repository at this point in the history
Automated update of `README.md` for release v0.20.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 8ea0d78 commit d6e1cdb
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.19.1",
version = "0.20.0",
dev_dependency = True,
)
```
Expand All @@ -57,9 +57,9 @@ repository and its dependencies.
```python
http_archive(
name = "rules_bazel_integration_test",
sha256 = "14727d7b0cab1059f4681aea971926137b4e2a8e3f7d8e0cc69c68373a665959",
sha256 = "6e65d497c68f5794349bfa004369e144063686ce1ebd0227717cd23285be45ef",
urls = [
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.19.1/rules_bazel_integration_test.v0.19.1.tar.gz",
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.20.0/rules_bazel_integration_test.v0.20.0.tar.gz",
],
)

Expand Down

0 comments on commit d6e1cdb

Please sign in to comment.