Skip to content

Commit 40b1988

Browse files
committed
chore: fix build on rolling
Need to pick up bazel-contrib/bazel-lib@930a060
1 parent ad9008b commit 40b1988

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.13.0")
4+
bazel_dep(name = "aspect_bazel_lib", version = "2.18.0")
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)