mirror of https://github.com/sbt/sbt.git
notes
This commit is contained in:
parent
37bf97dfce
commit
80b9cd0cc0
|
|
@ -44,9 +44,9 @@
|
|||
- Maven artifact dependencies will limit their transitive dependencies to `Compile` rather than *every configuration* if no `master` configuration is found. [#1586][1586] by [@jsuereth][@jsuereth]
|
||||
- The new natural whitspace handling parser is unable to cope with certain classes of Scala syntax. In particular, top-level pattern matches, or multi-value defintions are no longer supported:
|
||||
|
||||
val x, y = project // BAD
|
||||
val x = project //
|
||||
val y = project // GOOD
|
||||
val x, y = project // BAD
|
||||
val x = project //
|
||||
val y = project // GOOD
|
||||
|
||||
### Improvements
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue