From 84665389a211943725c997cec5ee104aa8e7c96d Mon Sep 17 00:00:00 2001 From: "auth-for-create-pull-request[bot]" <102752093+auth-for-create-pull-request[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:16:43 +0000 Subject: [PATCH] chore: update README.md for v0.19.0 (#238) 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 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f37caab0..1d582fc8 100644 --- a/README.md +++ b/README.md @@ -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, ) ``` @@ -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", ], )