Skip to content

Commit

Permalink
refactor: set bazel_compatibility for bzlmod to >=6.0.0 (#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed May 20, 2024
1 parent c82f68f commit 47edcd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
module(
name = "aspect_rules_js",
version = "0.0.0",
bazel_compatibility = [">=6.0.0"],
compatibility_level = 1,
)

Expand Down

0 comments on commit 47edcd5

Please sign in to comment.