sbt, the interactive build tool
Go to file
Josh Suereth cd9205cffe Split out inter-project resolver into its own Chain.
Fixes #1565

* Create two chains if we have inter-project resolver
  - One which ensures inter-project deps are always taken
  - One which will look in all "other" repositories for
    dependencies and will use the "most up-to-date" -SNAPSHOT
    strategy.
* No additional tests, as this would simple break every
  multi-project test if it were wrong.
2014-09-05 10:40:49 -04:00
ivy Split out inter-project resolver into its own Chain. 2014-09-05 10:40:49 -04:00
util/cross/src/main/input_sources Regex now handles versions that contain multiple '-' characters in the version. 2014-07-03 18:57:48 -04:00