Skip to content

Commit

Permalink
Update dependency bazel_skylib to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 11, 2022
1 parent ea243d4 commit 4dfa2b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def repositories():
if "bazel_skylib" not in excludes:
http_archive(
name = "bazel_skylib",
sha256 = "e5d90f0ec952883d56747b7604e2a15ee36e288bb556c3d0ed33e818a4d971f2",
strip_prefix = "bazel-skylib-1.0.2",
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/1.0.2.tar.gz"],
sha256 = "61352d78e4a89405853b939853cf76d7c323f90e5507f25a22fa523acb71ea14",
strip_prefix = "bazel-skylib-1.2.0",
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/1.2.0.tar.gz"],
)

0 comments on commit 4dfa2b1

Please sign in to comment.