-
Notifications
You must be signed in to change notification settings - Fork 4
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
Latest version of all scala libraries is unknown #5
Comments
@mp911de Can you please take a look to this? |
Yep. |
Yep, fixed in 0.1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a sbt project, add any scala library as dependency (e.g "com.typesafe.scala-logging" %% "scala-logging" % "3.1.0"), publish project to versioneye using versioneye sbt plugin - "Newest" column for dependency will be "UNKNOWN".
It seems scala binary version suffix, present in artifact id of all scala libraries (e.g. "_2.11" in http://repo1.maven.org/maven2/com/typesafe/akka/akka-actor_2.11/ ), is not used when resolving latest version of a library.
The text was updated successfully, but these errors were encountered: