Older versions of SBT provided IO.download which could be used to download a URL into a local file. In recent versions (1.2.8) this method is not available and seem
IO.download
As documented here:
import scala.sys.process._ url("http://...") #> file("somefile") !