sbt, the interactive build tool
Go to file
eugene yokota e73dc9b546 Merge pull request #27 from sbt/wip/010M8
bumping up to 0.1.0-M8
2015-12-24 01:11:15 -05:00
internal Merge pull request #26 from Duhemm/scripted-core 2015-12-23 17:26:42 -05:00
project Merge pull request #26 from Duhemm/scripted-core 2015-12-23 17:26:42 -05:00
.travis.yml Bump Scala version on Travis 2015-12-16 17:22:02 -05:00
CONTRIBUTING.md Using doge to release correctly 2015-09-05 01:42:34 -04:00
LICENSE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
NOTICE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
README.md readme 2015-08-20 01:02:40 -04:00
build.sbt bumping up to 0.1.0-M8 2015-12-23 19:23:11 -05:00

README.md

utility modules for sbt

cd sbt-modules/util-take2
git filter-branch --index-filter 'git rm --cached -qr -- . && git reset -q $GIT_COMMIT -- build.sbt LICENSE NOTICE interface util/appmacro util/collection util/complete util/control util/log util/logic util/process util/relation cache' --prune-empty
git reset --hard
git gc --aggressive
git prune