Merge pull request #3699 from saniyatech/fix-3693

Removes reference to version 0.14.0 from a warning message
This commit is contained in:
Dale Wijnand 2017-11-07 08:27:21 +00:00 committed by GitHub
commit 8b1cab04c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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