Skip to content

Commit

Permalink
update to rules 1.1.3 and added stable arg to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mercillo committed Aug 4, 2024
1 parent 36ae6f2 commit ac4b79a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ bazel_dep(name = "rules_player")

archive_override(
module_name = "rules_player",
strip_prefix = "rules_player-1.1.2",
urls = ["https://github.com/player-ui/rules_player/archive/refs/tags/v1.1.2.tar.gz"],
integrity = "sha256-7aroW0aRlDpr5tOKVloMANRaLvt6xOiDVxESrSy0t58="
strip_prefix = "rules_player-1.1.3",
urls = ["https://github.com/player-ui/rules_player/archive/refs/tags/v1.1.3.tar.gz"],
integrity = "sha256-Fqe4Y9aY5R0Y2yL9k+fsNKDrNPFP5/utyS5DQaoeYBA="
)
#local_path_override(module_name = "rules_player", path = "../rules_player")

Expand Down
1 change: 1 addition & 0 deletions docs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ stamp_tar_files(
"DOCS_BASE_PATH": "{STABLE_DOCS_BASE_PATH}",
"ALGOLIA_SEARCH_API_KEY": "{STABLE_ALGOLIA_SEARCH_API_KEY}",
},
stable = True
)

genrule(
Expand Down

0 comments on commit ac4b79a

Please sign in to comment.