Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't check for newer CLI versions when the --cli-version launcher param is passed (v1.4.0 and onwards, only) #2957

Conversation

Gedochao
Copy link
Contributor

@Gedochao Gedochao commented Jun 7, 2024

Passing the --skip-cli-updates launcher arg will now skip checking if the launcher being run is the newest available.

scala-cli --skip-cli-updates version                    
# Scala CLI version: 1.3.3-SNAPSHOT
# Scala version (default): 3.4.2

The --skip-cli-updates launcher arg will also be passed implicitly alongside with the --cli-version override, but only for Scala CLI versions v.1.4.0 and onwards (we can't support this retroactively).

…param is passed (v1.4.0 and onwards, only)
@Gedochao Gedochao merged commit c9de1cf into VirtusLab:main Jun 7, 2024
77 checks passed
@Gedochao Gedochao deleted the feature/skip-cli-updates-when-version-is-overridden branch June 7, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants