sbt, the interactive build tool
Go to file
eugene yokota 715aa73ed1 Merge pull request #6 from xuwei-k/test-scope
specs2 and scalatest should be the "test" scope
2015-09-03 11:37:34 -04:00
internal Add sbt-house-rules and bintray-sbt 2015-08-31 03:02:44 -04:00
project specs2 and scalatest should be the "test" scope 2015-09-04 00:28:54 +09:00
.travis.yml Travis setup 2015-08-31 01:03:37 +02: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 organization := "org.scala-sbt" 2015-09-02 02:44:51 -04: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