mirror of https://github.com/sbt/sbt.git
util has been merged-in the main repo
https://github.com/sbt/sbt/pull/5274
This commit is contained in:
parent
56cf50ff23
commit
8429187ecb
|
|
@ -11,7 +11,6 @@
|
|||
[asking]: https://stackoverflow.com/questions/ask?tags=sbt
|
||||
[LICENSE]: LICENSE
|
||||
[sbt/io]: https://github.com/sbt/io
|
||||
[sbt/util]: https://github.com/sbt/util
|
||||
[sbt/librarymanagement]: https://github.com/sbt/librarymanagement
|
||||
[sbt/zinc]: https://github.com/sbt/zinc
|
||||
[sbt/sbt]: https://github.com/sbt/sbt
|
||||
|
|
@ -30,7 +29,6 @@ This is the 1.x series of sbt. The source code of sbt is split across
|
|||
several GitHub repositories, including this one.
|
||||
|
||||
- [sbt/io][sbt/io] hosts `sbt.io` module.
|
||||
- [sbt/util][sbt/util] hosts a collection of internally used modules.
|
||||
- [sbt/librarymanagement][sbt/librarymanagement] hosts `sbt.librarymanagement` module that wraps Ivy.
|
||||
- [sbt/zinc][sbt/zinc] hosts Zinc, an incremental compiler for Scala.
|
||||
- [sbt/sbt][sbt/sbt], this repository hosts modules that implements the build tool.
|
||||
|
|
|
|||
Loading…
Reference in New Issue