mirror of https://github.com/sbt/sbt.git
Merge pull request #3699 from saniyatech/fix-3693
Removes reference to version 0.14.0 from a warning message
This commit is contained in:
commit
8b1cab04c6
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue