Open freewind opened 9 years ago
These urls are illegal (see the [revision] part) . Will study how other repo/proxy handle such a situation.
Turns out this is an sbt issue. See https://github.com/sbt/sbt/issues/752 . So I really cannot do anything until the sbt issue gets fixed. In the meantime, you can try to specify a concrete version for your dependency instead of a version range. If this dependency is transitive , try exclude
it from its dependant first.
For now, Repox will return 404 for any request with a [revision] part in the uri.
Another related issue https://github.com/sbt/sbt/issues/1136
Found in the log of
./sbt update
:And I found in repox log:
And in repox storage:
Not sure where is wrong.