sbt/core/shared/src/main/scala/coursier
Claudio Bley 2851f7d364 Support resolving the latest sub-revision of a module
Components of revisions are separated by dots or hyphens.

In case you "end the revision with a `+`" (see [1]), the latest sub-revision of the
dependency module should be selected when resolving dependencies.

Accept revisions such as "1.2+" or "1.2.+" and "1.2.3-+".

Fixes #424.

[1]: http://ant.apache.org/ivy/history/latest-milestone/ivyfile/dependency.html
2017-06-08 18:00:06 +02:00
..
core Support resolving the latest sub-revision of a module 2017-06-08 18:00:06 +02:00
ivy Don't return duplicated artifacts from Ivy repos 2017-06-06 18:01:28 +02:00
maven Add non-reg tests for Nexus proxies 2017-05-31 21:19:27 +02:00
util Add sbt-plugin: and typesafe: repo syntaxes 2017-05-18 02:50:20 +02:00
Fetch.scala Add missing language.higherKinds imports 2017-02-03 13:45:44 +01:00
package.scala Use parent's projects resolution result as project cache 2017-04-22 14:20:59 +02:00