Skip to content

Commit

Permalink
chore(deps): update dependency bazel_skylib to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2023
1 parent d81aa9a commit 586a151
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions internal_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ def rules_mylang_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",
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.3.0.tar.gz"],
sha256 = "060426b186670beede4104095324a72bd7494d8b4e785bf0d84a612978285908",
strip_prefix = "bazel-skylib-1.4.1",
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.4.1.tar.gz"],
)

http_archive(
Expand Down
6 changes: 3 additions & 3 deletions mylang/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ def rules_mylang_dependencies():
# The minimal version of bazel_skylib we require
http_archive(
name = "bazel_skylib",
sha256 = "74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506",
sha256 = "b8a1527901774180afc798aeb28c4634bdccf19c4d98e7bdd1ce79d1fe9aaad7",
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.4.1/bazel-skylib-1.4.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz",
],
)

Expand Down

0 comments on commit 586a151

Please sign in to comment.