There are a few old answered questions out there about this with answers that don't work for me in sbt 0.13.
What is the easiest way to copy all of a project's runtime dependencies (jars mostly) to some given directory in sbt 0.13? Please include where any given code should be placed.
If it matters this is for exporting some classes written in Scala (a servlet filter) for use in a war (in front of a legacy java servlet).