diff --git a/Migrating-from-SBT-0.7.x-to-0.9.x.md b/Migrating-from-SBT-0.7.x-to-0.9.x.md index c5255f7..00d437d 100644 --- a/Migrating-from-SBT-0.7.x-to-0.9.x.md +++ b/Migrating-from-SBT-0.7.x-to-0.9.x.md @@ -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. \ No newline at end of file +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 \ No newline at end of file