Typo fixes

This commit is contained in:
Eugene Yokota 2016-05-08 17:13:23 -04:00
parent 638c290e62
commit 2e868fbc92
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Migration notes
- Build.scala style builds are gone. Use multi-project `build.sbt`.
- `Project(...)` constructor is restricted down to two parameters. Use `project` instead.
- `sbt.Plugin` is also gone. Use auto plugins.
- The incremental compiler, called Zinc, is uses class-based name hashing.
- The incremental compiler, called Zinc, uses class-based name hashing.
- Zinc drops support for Scala 2.8.x and 2.9.x.
#### Additional import required

View File

@ -1,5 +1,5 @@
This is the first milestone (beta) release of sbt 1.0.
There's no binrary compatibility with sbt 0.13 or other future versions.
There's no binary compatibility with sbt 0.13 or other future versions.
The biggest change in sbt 1.0 from 0.13 is internal code reorganization to modules
(io, util, librarymanagement, zinc, and sbt), but hopefully this shouldn't affect you much.