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

boot show -u should show new releases (shows old) #43

Closed
zentrope opened this issue Dec 20, 2014 · 0 comments
Closed

boot show -u should show new releases (shows old) #43

zentrope opened this issue Dec 20, 2014 · 0 comments
Milestone

Comments

@zentrope
Copy link

My dependencies in build.boot look like:

[org.clojure/clojurescript "0.0-2411" :scope "provided"]
[om "0.8.0-beta3" :scope "provided"]

According to the help on the boot show command:

  -u, --updates    Print newer releases of outdated dependencies.

However, when I run boot show -u, I get the following:

[org.clojure/clojurescript "0.0-2411" :scope "provided"]
[om "0.8.0-beta3" :scope "provided"]

In other words, I don't get the newer versions promised by the help text. (This used to work.)

@micha micha closed this as completed in cabd311 Dec 24, 2014
@alandipert alandipert added this to the 2.0.0-rc4 milestone Dec 27, 2014
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

No branches or pull requests

2 participants