diff --git a/README.md b/README.md index 3729fb84..28561cd4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ how-to links above and review the [the generated documentation](/doc/). ```python -bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.0") +bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2") ``` @@ -47,9 +47,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", - sha256 = "8930a91a3fcf61bcce5ed035f44c7926845774da48d5528227bf07cceb8b3e71", + sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4", urls = [ - "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.0/bazel-starlib.v0.20.0.tar.gz", + "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.2/bazel-starlib.v0.20.2.tar.gz", ], )