Skip to content

Commit 79aea5d

Browse files
authored
chore(deps): newer bazel-lib
Need to pick up removal of incompatible_use_toolchain_transition in bazel-contrib/bazel-lib#1109 for this to be green on Bazel 9
1 parent a39cd2b commit 79aea5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module(name = "bazelrc-preset.bzl")
22

33
# Lower-bound of dependency versions
4-
bazel_dep(name = "aspect_bazel_lib", version = "2.19.1")
4+
bazel_dep(name = "aspect_bazel_lib", version = "2.19.2")
55
bazel_dep(name = "bazel_features", version = "1.0.0")
66
bazel_dep(name = "bazel_skylib", version = "1.7.1")
77

0 commit comments

Comments
 (0)