Skip to content

Commit

Permalink
chore(deps): update dependency bazel_skylib to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2024
1 parent 79e3eca commit 89392c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boost/boost.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ def boost_deps():
maybe(
http_archive,
name = "bazel_skylib",
url = "https://github.com/bazelbuild/bazel-skylib/releases/download/1.6.0/bazel-skylib-1.6.0.tar.gz",
sha256 = "41449d7c7372d2e270e8504dfab09ee974325b0b40fdd98172c7fbe257b8bcc9",
url = "https://github.com/bazelbuild/bazel-skylib/releases/download/1.6.1/bazel-skylib-1.6.1.tar.gz",
sha256 = "9f38886a40548c6e96c106b752f242130ee11aaa068a56ba7e56f4511f33e4f2",
)

maybe(
Expand Down

0 comments on commit 89392c5

Please sign in to comment.