Skip to content

Commit

Permalink
fix: rename LATEST_VERSION to LATEST_CYPRESS_VERSION (#38)
Browse files Browse the repository at this point in the history
See aspect-build/rules_js#817

BREAKING CHANGE: LATEST_VERSION has been renamed to LATEST_CYPRESS_VERSION
  • Loading branch information
jbedard authored May 2, 2023
1 parent 0a7ed57 commit 387c7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ See https://docs.bazel.build/versions/main/skylark/deploying.html#dependencies
load("//cypress/private:toolchains_repo.bzl", "PLATFORMS", "toolchains_repo")
load("//cypress/private:versions.bzl", "TOOL_VERSIONS")

LATEST_VERSION = TOOL_VERSIONS.keys()[0]
LATEST_CYPRESS_VERSION = TOOL_VERSIONS.keys()[0]

########
# Remaining content of the file is only used to support toolchains.
Expand Down

0 comments on commit 387c7de

Please sign in to comment.