-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Invalid version not parsed #247
Comments
The problem here was that |
I can confirm that with 0.6.0 it no longer says there is an InvalidVersion (if the problem was the 16, why did the message put the InvalidVersion around the 18-ea+1?), but it also no longer thinks that I could upgrade to 18-ea+1, it says they are all up to date. |
Good. The update is not shown because 16 is considered to be a release version and |
ea in this case is Early Access, its a sort of pre-release version. |
If you have JavaFx as a dependency you will get (amongst others):-
[info] org.openjfx:javafx-base : 16 -> InvalidVersion(18-ea+1) -> 15.0.1
So it would appear that sbt-updates can not cope with all the version number formats that are allowed by Maven and are in use within the Scala/Java community.
The text was updated successfully, but these errors were encountered: