Skip to content

Commit 11903ca

Browse files
chore(deps): update dependency cgrindel_bazel_starlib to v0.7.1 (#7)
1 parent bbe9410 commit 11903ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ def github_snippets_dependencies():
77
maybe(
88
http_archive,
99
name = "cgrindel_bazel_starlib",
10-
sha256 = "8ac3e45dc237121283d70506497ec39feb5092af9a57bfe34f7abf4a6bd2ebaa",
11-
strip_prefix = "bazel-starlib-0.6.0",
10+
sha256 = "c95de004f346cbcb51ba1185e8861227cd9ab248b53046f662aeda1095601bc9",
11+
strip_prefix = "bazel-starlib-0.7.1",
1212
urls = [
13-
"http://github.com/cgrindel/bazel-starlib/archive/v0.6.0.tar.gz",
13+
"http://github.com/cgrindel/bazel-starlib/archive/v0.7.1.tar.gz",
1414
],
1515
)

0 commit comments

Comments
 (0)