Skip to content

Commit

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

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>
Co-authored-by: Chuck Grindel <chuck.grindel@gmail.com>
  • Loading branch information
3 people authored Jul 25, 2023
1 parent 5e352b7 commit 9bf7dee
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 @@ -37,7 +37,7 @@ how-to links above and review the [the generated documentation](/doc/).

<!-- BEGIN MODULE SNIPPET -->
```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.16.1")
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.16.2")
```
<!-- END MODULE SNIPPET -->

Expand All @@ -50,9 +50,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "04be4d5aa5d8ec77a62fe84250cc300967bc5f06cd981892c8456be4c528ab40",
sha256 = "8814c7dbbac4f1a7c20b7f39c590fd0b5e39174718fbb3a0522e149ed085a84f",
urls = [
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.16.1/bazel-starlib.v0.16.1.tar.gz",
"https://github.com/cgrindel/bazel-starlib/releases/download/v0.16.2/bazel-starlib.v0.16.2.tar.gz",
],
)

Expand Down

0 comments on commit 9bf7dee

Please sign in to comment.