My goal is simple: download an external file at build-time and include it in an SBT-packaged artifact.
I have been looking or a way to fetch data based on a URL
and use the local File
as the source in a Univeral / mapping
(see sbt-native-packager Universal plugin).
Is it possible to make SBT (1.x) do this natively at all?