I noticed that many Scala projects use sbt.IO , which has an excellent file system and I / O utilities.
eg. useful things like:
def gzip(in: File, out: File) def download(url: URL, to: File) def copyDirectory(source: File, target: File, overwrite: Boolean = false, preserveLastModified: Boolean = false):
However, I could not find it (oddly enough) in any maven release officially, what am I missing?
scala sbt
Eran medan
source share