Skip to content

Commit

Permalink
Update dependency bazel_skylib to v1.6.1 (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 27, 2024
1 parent defcc71 commit c5f512f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/smoke/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bazel_dep(name = "rules_android_lint", version = "0.0.0", dev_dependency = True)
bazel_dep(name = "bazel_skylib", version = "1.5.0", dev_dependency = True)
bazel_dep(name = "bazel_skylib", version = "1.6.1", dev_dependency = True)

local_path_override(
module_name = "rules_android_lint",
Expand Down
2 changes: 1 addition & 1 deletion rules/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def rules_android_lint_dependencies():
name = "bazel_skylib",
sha256 = "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94",
urls = [
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.6.1/bazel-skylib-1.5.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz",
],
)
Expand Down

0 comments on commit c5f512f

Please sign in to comment.