After migrating to SBT 1.3.0 from 1.1.4, here is the result of running:
packCopyDependencies
java.nio.file.FileAlreadyExistsException: /home/dd/rds/servision/src/main/webapp/WEB-INF/lib/jt-utils-1.5.0.jar
The cause is that tries to create a symbolic link for the same dependency twice. It doesn't remove duplicated dependencies before processing.
After migrating to SBT 1.3.0 from 1.1.4, here is the result of running:
packCopyDependencies
The cause is that tries to create a symbolic link for the same dependency twice. It doesn't remove duplicated dependencies before processing.