add the following to build.sbt
TaskKey[String]("cp") <<= (externalDependencyClasspath in Runtime) map (_.files.absString)run show cp in sbt
add the following to build.sbt
TaskKey[String]("cp") <<= (externalDependencyClasspath in Runtime) map (_.files.absString)run show cp in sbt