We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sharing my screen, @SethTisue noticed that I was getting 2.13.4 instead of 2.13.5 out the box:
$ scala Welcome to Scala 2.13.4 (OpenJDK 64-Bit Server VM, Java 1.8.0_282). Type in expressions for evaluation. Or try :help. scala>
Turns out the logic for adding the TTL is
case "$scala_version" in *-SNAPSHOT) addCoursier "--ttl=24h" ;; *+) addCoursier "--ttl=24h" ;; esac
which doesn't help when the default "scala version" is
$ scala -v # Executing command line: cs launch scala:latest.stable
A quick run of scala -213 gave me fresh metadata and 2.13.5.
scala -213
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sharing my screen, @SethTisue noticed that I was getting 2.13.4 instead of 2.13.5 out the box:
Turns out the logic for adding the TTL is
which doesn't help when the default "scala version" is
A quick run of
scala -213
gave me fresh metadata and 2.13.5.The text was updated successfully, but these errors were encountered: