Removes reference to version 0.14.0 from a warning message

This commit is contained in:
Saniya Tech 2017-10-31 17:09:20 -04:00
parent 12c2e9b8e7
commit 8757a4c6ac
2 changed files with 12 additions and 1 deletions

View File

@ -194,7 +194,7 @@ $AliasCommand name=
deprecatedAlias(ClearOnFailure, BasicCommandStrings.ClearOnFailure)
def FailureWallDeprecated = deprecatedAlias(FailureWall, BasicCommandStrings.FailureWall)
private[this] def deprecatedAlias(oldName: String, newName: String): String =
s"The `$oldName` command is deprecated in favor of `$newName` and will be removed in 0.14.0"
s"The `$oldName` command is deprecated in favor of `$newName` and will be removed in a later version"
}
def FailureWall = "resumeFromFailure"

View File

@ -0,0 +1,11 @@
[@saniyatech]: https://github.com/saniyatech
[#3693]: https://github.com/sbt/sbt/issues/3693
### Bug fixes
- Removes reference to version 0.14.0 from a warning message. [#3693][] by [@saniyatech][]
### Improvements
### Fixes with compatibility implications