merge 0.13.7 manually

This commit is contained in:
Eugene Yokota 2014-11-19 14:34:08 -05:00
commit 208ceb09f6
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ trait Init[Scope] {
*/
private[sbt] final def validated[T](key: ScopedKey[T], selfRefOk: Boolean): ValidationCapture[T] = new ValidationCapture(key, selfRefOk)
@deprecated("0.13.7", "Use the version with default arguments and default paramter.")
final def derive[T](s: Setting[T], allowDynamic: Boolean, filter: Scope => Boolean, trigger: AttributeKey[_] => Boolean): Setting[T] =
derive(s, allowDynamic, filter, trigger, false)