Target 1.4.0

This commit is contained in:
Arnout Engelen 2019-11-15 08:46:00 +02:00
parent 21533863da
commit 52b72a7e14
1 changed files with 1 additions and 1 deletions

View File

@ -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)