Skip to content

Commit 4f79679

Browse files
committed
need to generate stardocs
1 parent 1ec093e commit 4f79679

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module(
66
compatibility_level = 1,
77
)
88

9-
bazel_dep(name = "aspect_bazel_lib", version = "2.7.2")
9+
bazel_dep(name = "aspect_bazel_lib", version = "2.19.3")
1010
bazel_dep(name = "bazel_features", version = "1.10.0")
1111
bazel_dep(name = "bazel_skylib", version = "1.5.0")
1212
bazel_dep(name = "platforms", version = "0.0.8")
@@ -30,7 +30,6 @@ bazel_lib.tar()
3030
use_repo(bazel_lib, "bsd_tar_toolchains", "jq_toolchains")
3131

3232
# Dev dependencies
33-
3433
bazel_dep(name = "bazel_env.bzl", version = "0.3.1", dev_dependency = True)
3534
bazel_dep(name = "rules_go", version = "0.46.0", dev_dependency = True, repo_name = "io_bazel_rules_go")
3635
bazel_dep(name = "gazelle", version = "0.35.0", dev_dependency = True, repo_name = "bazel_gazelle")

cosign/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
1+
load("@aspect_bazel_lib//:bzl_library.bzl", "bzl_library")
22

33
toolchain_type(
44
name = "toolchain_type",

cosign/private/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
1+
load("@aspect_bazel_lib//:bzl_library.bzl", "bzl_library")
22

33
exports_files(
44
glob(["*.bzl"]),

oci/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
load("@aspect_bazel_lib//:bzl_library.bzl", "bzl_library")
12
load("@aspect_bazel_lib//lib:utils.bzl", bazel_lib_utils = "utils")
2-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
33

44
exports_files(
55
glob(["*.bzl"]),

oci/dependencies.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ def rules_oci_dependencies():
2222

2323
http_archive(
2424
name = "aspect_bazel_lib",
25-
sha256 = "a8a92645e7298bbf538aa880131c6adb4cf6239bbd27230f077a00414d58e4ce",
26-
strip_prefix = "bazel-lib-2.7.2",
27-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.2/bazel-lib-v2.7.2.tar.gz",
25+
sha256 = "6d636cfdecc7f5c1a5d82b9790fb5d5d5e8aa6ea8b53a71a75f1ba53c8d29f61",
26+
strip_prefix = "bazel-lib-2.21.0",
27+
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.21.0/bazel-lib-v2.21.0.tar.gz",
2828
)
2929

3030
http_archive(

oci/private/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
1+
load("@aspect_bazel_lib//:bzl_library.bzl", "bzl_library")
22

33
exports_files(
44
glob(["*.bzl"]),

0 commit comments

Comments
 (0)