Target 1.4.0

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

View File

@ -163,7 +163,7 @@ object Package {
homepage map (h => (IMPLEMENTATION_URL, h.toString))
}: _*)
}
@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 makeJar(sources: Seq[(File, String)], jar: File, manifest: Manifest, log: Logger): Unit =
makeJar(sources, jar, manifest, log, None)