Skip to content

Commit

Permalink
Update dependency bazel_skylib to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 474a90e commit 9b3fe52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@ http_archive(

http_archive(
name = "bazel_skylib",
sha256 = "eb5c57e4c12e68c0c20bc774bfbc60a568e800d025557bc4ea022c6479acc867",
strip_prefix = "bazel-skylib-0.6.0",
sha256 = "61352d78e4a89405853b939853cf76d7c323f90e5507f25a22fa523acb71ea14",
strip_prefix = "bazel-skylib-1.2.0",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/0.6.0.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/archive/0.6.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/1.2.0.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/archive/1.2.0.tar.gz",
],
)

Expand Down

0 comments on commit 9b3fe52

Please sign in to comment.