diff --git a/main-actions/src/main/scala/sbt/Package.scala b/main-actions/src/main/scala/sbt/Package.scala index 168e7f9de..170de0d03 100644 --- a/main-actions/src/main/scala/sbt/Package.scala +++ b/main-actions/src/main/scala/sbt/Package.scala @@ -70,7 +70,7 @@ object Package { val options: Seq[PackageOption] ) - @deprecated("Please specify whether to use a static timestamp", "1.3.4") + @deprecated("Please specify whether to use a static timestamp", "1.4.0") def apply(conf: Configuration, cacheStoreFactory: CacheStoreFactory, log: Logger): Unit = apply(conf, cacheStoreFactory, log, None)