Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Update bazel-skylib dependency to 0.8.0 #177

Merged
merged 1 commit into from
Mar 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update bazel-skylib dependency to 0.8.0
  • Loading branch information
c-parsons committed Mar 20, 2019
commit d0b29f41b01fae9ec770341b6382eefb12492baf
6 changes: 3 additions & 3 deletions setup.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ py_library(
def skydoc_repositories():
"""Adds the external repositories used by the skylark rules."""
_include_if_not_defined(
git_repository,
http_archive,
name = "bazel_skylib",
remote = "https://github.com/bazelbuild/bazel-skylib.git",
commit = "6741f733227dc68137512161a5ce6fcf283e3f58", # Release 0.7.0, Feb 8, 2019
urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/0.8.0/bazel-skylib.0.8.0.tar.gz"],
sha256 = "2ef429f5d7ce7111263289644d233707dba35e39696377ebab8b0bc701f7818e",
)
_include_if_not_defined(
git_repository,
Expand Down