Updated Migrating from SBT 0.7.x to 0.9.x (markdown)

dvc94ch 2011-06-02 10:56:37 -07:00
parent 65b9c6ff03
commit 69ba3d91d4
1 changed files with 5 additions and 1 deletions

@ -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