Is it possible to set my own lib_managed path in the build.sbt file? I would like this command to update jar files to my web folder web / WEB-INF / lib. If sbt does not allow you to configure a user folder (google does not detect anything), what should I add to build.sbt to copy files from the lib_managet folder to my web /.../ lib folder?
source share