Skip to content

Commit

Permalink
chore: update bazel-lib version in WORKSPACE snippet (#354)
Browse files Browse the repository at this point in the history
Now it matches the version in MODULE.bazel.

Fixes #351
  • Loading branch information
alexeagle authored Aug 3, 2024
1 parent f1ca6d5 commit b97caa2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ http_archive(
url = "https://github.com/aspect-build/rules_lint/releases/download/${TAG}/${ARCHIVE}",
)
# aspect_rules_lint depends on aspect_bazel_lib. Either 1.x or 2.x works.
# aspect_rules_lint depends on aspect_bazel_lib.
http_archive(
name = "aspect_bazel_lib",
sha256 = "979667bb7276ee8fcf2c114c9be9932b9a3052a64a647e0dcaacfb9c0016f0a3",
strip_prefix = "bazel-lib-2.4.1",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.4.1/bazel-lib-v2.4.1.tar.gz",
sha256 = "f5ea76682b209cc0bd90d0f5a3b26d2f7a6a2885f0c5f615e72913f4805dbb0d",
strip_prefix = "bazel-lib-2.5.0",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.5.0/bazel-lib-v2.5.0.tar.gz",
)
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")
# aspect_bazel_lib depends on bazel_skylib
Expand Down

0 comments on commit b97caa2

Please sign in to comment.