We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c359ab commit 6e93d0cCopy full SHA for 6e93d0c
internal_deps.bzl
@@ -42,7 +42,7 @@ def rules_mylang_internal_deps():
42
43
http_archive(
44
name = "aspect_bazel_lib",
45
- sha256 = "be236556c7b9c7b91cb370e837fdcec62b6e8893408cd4465ae883c9d7c67024",
46
- strip_prefix = "bazel-lib-1.18.0",
47
- url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.18.0.tar.gz",
+ sha256 = "a7bfc7aed7b86a4caaba382116e0214ebbaa623f393a9e716d87a3e1bab29d78",
+ strip_prefix = "bazel-lib-1.19.0",
+ url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.19.0.tar.gz",
48
)
0 commit comments