Skip to content

Commit

Permalink
Use release version of rules
Browse files Browse the repository at this point in the history
  • Loading branch information
KetanReddy committed Jul 12, 2024
1 parent b92b16a commit cd38fa1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ module(
)

bazel_dep(name = "rules_player")
git_override(
module_name = "rules_player",
# bazel-6 branch
commit = "6d81ed32a46ae8c145b48f22e4d0e06f65b2bc51",
remote = "https://github.com/player-ui/rules_player.git",

archive_override(
module_name = "rules_player",
strip_prefix = "rules_player-1.0.0",
urls = ["https://github.com/player-ui/rules_player/archive/refs/tags/v1.0.0.tar.gz"],
integrity = "sha256-08MFpLzTnmwrIZhvE1cBL21cSqmjXzD6SH2HhTf8hR4="
)
#local_path_override(module_name = "rules_player", path = "../rules_player")

Expand Down

0 comments on commit cd38fa1

Please sign in to comment.