Skip to content

Commit

Permalink
refactor: set bazel_compatibility for bzlmod to >=6.0.0 (aspect-build…
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored and jbedard committed May 16, 2024
1 parent a98e27c commit bdc47f4
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 bdc47f4

Please sign in to comment.