-
Notifications
You must be signed in to change notification settings - Fork 939
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
can't override isChanging for SNAPSHOT dependencies #1219
Comments
even with 0.13.2-RC1 and clean cache i get |
when i look into c:\Users\OlegYch.ivy2\cache\com.typesafe.play\sbt-link\ivy-2.3-2014-03-27-2e87b7e-SNAPSHOT.xml i see that "publication" changes every time! |
isChanging should probably take precedence over whatever heuristic is employed, don't you think? |
I don't think so. If I understand correctly, |
Hmm, there's also |
some dependencies are not actually snapshots, even though they have SNAPSHOT in their name
e.g. http://repo.typesafe.com/typesafe/simple/maven-snapshots/com/typesafe/play/play_2.10/
i reported this at
playframework/playframework#2553
and tried to workaround with
but this doesn't seem to work (using sbt 0.13.2-M2, can't update atm because of sbt/sbt-native-packager#197 )
additionally, i get
every time i update, even though there is no way the dependency has changed
The text was updated successfully, but these errors were encountered: