sbt, the interactive build tool
Go to file
Eugene Yokota eef906e09a Fixes #1827. Adds withInterProjectFirst to update option.
withInterProjectFirst when set to true will prioritize inter-project
resolver over all other resolver and Ivy cache.
This aimed to workaround the fact that on Maven Test configuration is
considered private, and thus project dependency with `test->test`
configuration may not under some condition. The condition is when
someone resolves `x:y:1.0` and you have a subproject named and
versioned exactly that, and some other subproject tries to depend on
it. This happens when the project does not change the version number on
the Github.
2016-01-17 18:37:23 +00:00
ivy/src/main/scala/sbt Update warning message a bit. 2016-01-17 16:43:44 +00:00
librarymanagement Fixes #1827. Adds withInterProjectFirst to update option. 2016-01-17 18:37:23 +00:00
project Update util to 0.1.0-M8 2015-12-24 02:02:20 -05:00
sbt/src/sbt-test/dependency-management/chainresolver Reproduce "configuration not public" on local test->test. #1827 2016-01-17 16:43:44 +00:00
.travis.yml Bump Scala version in .travis.yml and build.sbt 2015-12-24 09:07:02 +01:00
README.md Add build.sbt 2015-08-19 03:56:08 -04:00
build.sbt Bump Scala version in .travis.yml and build.sbt 2015-12-24 09:07:02 +01:00

README.md

librarymanagement module for sbt

git clone --no-hardlinks --branch 0.13 sbt sbt-modules/librarymanagement
cd sbt-modules/librarymanagement
git filter-branch --index-filter 'git rm --cached -qr -- . && git reset -q $GIT_COMMIT -- ivy util/cross' --prune-empty
git reset --hard
git gc --aggressive
git prune
git cb 1.0