Skip to content

Commit

Permalink
Merge pull request #2210 from tweag/renovate/bazel_skylib-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency bazel_skylib to v1.7.1
  • Loading branch information
mergify[bot] authored Jun 26, 2024
2 parents 5425816 + 048c0d0 commit 18577ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ bazel_dep(
)
bazel_dep(
name = "bazel_skylib",
version = "1.6.1",
version = "1.7.1",
)

non_module_deps = use_extension(":non_module_deps.bzl", "non_module_deps")
Expand Down
6 changes: 3 additions & 3 deletions haskell/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ def rules_haskell_dependencies():
http_archive,
name = "bazel_skylib",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.6.1/bazel-skylib-1.6.1.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.6.1/bazel-skylib-1.6.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
],
sha256 = "9f38886a40548c6e96c106b752f242130ee11aaa068a56ba7e56f4511f33e4f2",
sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",
)

maybe(
Expand Down
2 changes: 1 addition & 1 deletion rules_haskell_tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ bazel_dep(
)
bazel_dep(
name = "bazel_skylib",
version = "1.6.1",
version = "1.7.1",
)
bazel_dep(
name = "rules_java",
Expand Down

0 comments on commit 18577ae

Please sign in to comment.