Skip to content

Commit

Permalink
chore(deps): update dependency bazel_skylib to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 31, 2024
1 parent 1f80d7f commit 4894cd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dart/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ def rules_dart_dependencies():
# The minimal version of bazel_skylib we require
http_archive(
name = "bazel_skylib",
sha256 = "74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506",
sha256 = "d00f1389ee20b60018e92644e0948e16e350a7707219e7a390fb0a99b6ec9262",
urls = [
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.0/bazel-skylib-1.7.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7.0/bazel-skylib-1.7.0.tar.gz",
],
)

Expand Down
8 changes: 4 additions & 4 deletions internal_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ def rules_dart_internal_deps():
# see https://github.com/bazelbuild/bazel-skylib/issues/250
http_archive(
name = "bazel_skylib",
sha256 = "3b620033ca48fcd6f5ef2ac85e0f6ec5639605fa2f627968490e52fc91a9932f",
strip_prefix = "bazel-skylib-1.3.0",
sha256 = "79488428983d1fac331a248bca8666071447e0582595a54a5386b9ade13e7815",
strip_prefix = "bazel-skylib-1.7.0",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/1.3.0.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.3.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/1.7.0.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.7.0.tar.gz",
],
)

Expand Down

0 comments on commit 4894cd8

Please sign in to comment.