Skip to content

Commit

Permalink
Update README.md for v0.8.1 (#168)
Browse files Browse the repository at this point in the history
Automated update of `README.md` for release v0.8.1

Co-authored-by: cgrindel <[email protected]>
  • Loading branch information
1 parent 18266c0 commit fab2020
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 @@ -40,10 +40,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "3a3b3a5e9b0f63e8a9a193a66bc588c1f2fb2873562be68f2026adb815eea06f",
strip_prefix = "bazel-starlib-0.8.0",
sha256 = "f10f9a47f23a76e6cc6f8af0b2d0c6377452e5b17ebeed6dbd656f0ba2aaa4ec",
strip_prefix = "bazel-starlib-0.8.1",
urls = [
"https://github.com/cgrindel/bazel-starlib/archive/v0.8.0.tar.gz",
"https://github.com/cgrindel/bazel-starlib/archive/v0.8.1.tar.gz",
],
)

Expand Down

0 comments on commit fab2020

Please sign in to comment.