mirror of https://github.com/sbt/sbt.git
Updated Migrating from SBT 0.7.x to 0.9.x (markdown)
parent
65b9c6ff03
commit
69ba3d91d4
|
|
@ -185,4 +185,8 @@ meant that the `B` project had a classpath and execution dependency on `A` and `
|
|||
1. Execution: A task executed on `B` would be executed on `A` first.
|
||||
1. Configuration: For some settings, if they were not overridden in `A`, they would default to the value provided in `B`.
|
||||
|
||||
In 0.9.x, declare the specific type of dependency you want. See [[Full Configuration]] for details.
|
||||
In 0.9.x, declare the specific type of dependency you want. See [[Full Configuration]] for details.
|
||||
|
||||
## Were can I find Plugin for 0.9.x?
|
||||
|
||||
See [[sbt 0.9.x plugins list]] for a list of currently available plugins
|
||||
Loading…
Reference in New Issue