update deprecation message

This commit is contained in:
Eugene Yokota 2014-09-30 17:48:17 -04:00
parent 6c3b95b23d
commit 02249c1382
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ object IvyActions {
* Resolves and retrieves dependencies. 'ivyConfig' is used to produce an Ivy file and configuration.
* 'updateConfig' configures the actual resolution and retrieval process.
*/
@deprecated("Use updateEither instead.", "0.13.6")
@deprecated("This is no longer public.", "0.13.6")
def update(module: IvySbt#Module, configuration: UpdateConfiguration, log: Logger): UpdateReport =
updateEither(module, configuration, UnresolvedWarningConfiguration(), LogicalClock.unknown, None, log) match {
case Right(r) => r