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

Stale version #35

Open
dwijnand opened this issue Apr 10, 2021 · 0 comments
Open

Stale version #35

dwijnand opened this issue Apr 10, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@dwijnand
Copy link
Owner

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.

@dwijnand dwijnand added the bug Something isn't working label Apr 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant