Skip to content

Commit

Permalink
chore(deps): update dependency cgrindel_bazel_starlib to v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2023
1 parent ca5c840 commit 86cf999
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ def github_snippets_dependencies():
maybe(
http_archive,
name = "cgrindel_bazel_starlib",
sha256 = "8b762188a2788684fedf3bcee115bc243a2f9173a6cee7d73a645c90e843d63c",
strip_prefix = "bazel-starlib-0.13.1",
sha256 = "613bbda588fb10d591da10809185e0551ee08efc6bc3ac2fb211b094dc23706a",
strip_prefix = "bazel-starlib-0.14.2",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.13.1.tar.gz",
"http://github.com/cgrindel/bazel-starlib/archive/v0.14.2.tar.gz",
],
)

0 comments on commit 86cf999

Please sign in to comment.