Skip to content

Commit

Permalink
chore(deps): update dependency bazel_skylib to v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent 0ca6260 commit d72fa8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use_repo(non_module_dependencies, "dwyu_pcpp")
###

# Keep in sync with third_party/dependencies.bzl
bazel_dep(name = "bazel_skylib", version = "1.7.0", dev_dependency = True)
bazel_dep(name = "bazel_skylib", version = "1.7.1", dev_dependency = True)

python = use_extension(
"@rules_python//python/extensions:python.bzl",
Expand Down
4 changes: 2 additions & 2 deletions third_party/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def dependencies():
# Keep in sync with MODULE.bazel
http_archive(
name = "bazel_skylib",
sha256 = "d00f1389ee20b60018e92644e0948e16e350a7707219e7a390fb0a99b6ec9262",
urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.0/bazel-skylib-1.7.0.tar.gz"],
sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",
urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz"],
)

pcpp()

0 comments on commit d72fa8f

Please sign in to comment.