We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe9410 commit 11903caCopy full SHA for 11903ca
deps.bzl
@@ -7,9 +7,9 @@ def github_snippets_dependencies():
7
maybe(
8
http_archive,
9
name = "cgrindel_bazel_starlib",
10
- sha256 = "8ac3e45dc237121283d70506497ec39feb5092af9a57bfe34f7abf4a6bd2ebaa",
11
- strip_prefix = "bazel-starlib-0.6.0",
+ sha256 = "c95de004f346cbcb51ba1185e8861227cd9ab248b53046f662aeda1095601bc9",
+ strip_prefix = "bazel-starlib-0.7.1",
12
urls = [
13
- "http://github.com/cgrindel/bazel-starlib/archive/v0.6.0.tar.gz",
+ "http://github.com/cgrindel/bazel-starlib/archive/v0.7.1.tar.gz",
14
],
15
)
0 commit comments