mirror of https://github.com/sbt/sbt.git
Typo fixes
This commit is contained in:
parent
638c290e62
commit
2e868fbc92
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue