Skip to content

Commit 4598a18

Browse files
chore: update README.md for v0.24.1 (#338)
Automated update of `README.md` for release v0.24.1 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>
1 parent f46c1bc commit 4598a18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you are using Bazel with bzlmod enabled, add the following snippet to your `M
4242
```python
4343
bazel_dep(
4444
name = "rules_bazel_integration_test",
45-
version = "0.23.0",
45+
version = "0.24.1",
4646
dev_dependency = True,
4747
)
4848
```
@@ -57,9 +57,9 @@ repository and its dependencies.
5757
```python
5858
http_archive(
5959
name = "rules_bazel_integration_test",
60-
sha256 = "fe43a0ef76323813c912b7256a5f01f87f2697528b107627b70da58c50b1988a",
60+
sha256 = "7aa9b5269879dd8074b875259b4bd1d7338fd2878c01ad9537e0478de31dc72c",
6161
urls = [
62-
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.23.0/rules_bazel_integration_test.v0.23.0.tar.gz",
62+
"https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.24.1/rules_bazel_integration_test.v0.24.1.tar.gz",
6363
],
6464
)
6565

0 commit comments

Comments
 (0)