Skip to content

Commit

Permalink
bzlmod example: pin skylib version (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored Aug 29, 2023
1 parent dfb3f1a commit 8ecbcdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bzlmod/02-override_bazel_module/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ git_override(
bazel_dep(name = "bazel_skylib", version = "1.2.0")
single_version_override(
module_name = "bazel_skylib",
version = "1.2.0",
patches = ["//:bazel_skylib.patch"],
patch_strip = 1,
)
Expand Down

0 comments on commit 8ecbcdd

Please sign in to comment.