sbt, the interactive build tool
Go to file
Dale Wijnand 11efe6846f
new sjson
2016-12-06 11:27:17 +00:00
internal Find a way to give FilesInfo an implicit JsonFormat 2016-12-01 14:38:57 +00:00
project new sjson 2016-12-06 11:27:17 +00:00
.gitignore Add target/ to .gitignore 2016-04-07 12:47:36 +02:00
.java-version Handle sleep interruption 2016-09-12 23:11:20 -04:00
.travis.yml Cross publish util-logging and util-testing (#59) 2016-11-22 23:41:29 +00: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 Change hlist format to serialise to flat array 2016-11-28 18:57:51 +00: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