diff --git a/README.md b/README.md index 521b0edd0..de17fcd87 100644 --- a/README.md +++ b/README.md @@ -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.