sbt-pack
sbt-pack copied to clipboard
compiling creates extra resolved.xml.xml files
Upon every successful run of sbt compile an extra (and identical) copy of the file resolved.xml.xml is created inside "sbt-pack\target\sbt-1.0\resolution-cache\org.xerial.sbt\sbt-pack\scala_2.12\sbt_1.0\HEAD+{time-stamp}"
is this on purpose?
sbt-pack itself is just running update task of sbt to get the list of dependencies. This task might be creating such files.