
Untitled
By: a guest on
May 31st, 2012 | syntax:
None | size: 0.58 KB | hits: 15 | expires: Never
> set libraryDependencies += "commons-io" % "commons-io" % "2.1" [info] Reapplying settings...
[info] Set current project to scalaz (in build file:/Users/jason/code/scalaz7-experimental/)
> set TaskKey[String]("demo") <<= (managedClasspath in Compile) map { cp => cp.map(_.data).mkString(":") }
[info] Reapplying settings...
[info] Set current project to scalaz (in build file:/Users/jason/code/scalaz7-experimental/)
> demo
[info] Updating {file:/Users/jason/code/scalaz7-experimental/}scalaz...
[info] Done updating.
[success] Total time: 8 s, completed Nov 10, 2011 11:25:31 PM