Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 31st, 2012  |  syntax: None  |  size: 0.58 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. > set libraryDependencies += "commons-io" % "commons-io" % "2.1"                [info] Reapplying settings...
  2. [info] Set current project to scalaz (in build file:/Users/jason/code/scalaz7-experimental/)
  3. > set TaskKey[String]("demo") <<= (managedClasspath in Compile) map { cp => cp.map(_.data).mkString(":") }
  4. [info] Reapplying settings...
  5. [info] Set current project to scalaz (in build file:/Users/jason/code/scalaz7-experimental/)
  6. > demo
  7. [info] Updating {file:/Users/jason/code/scalaz7-experimental/}scalaz...
  8. [info] Done updating.
  9. [success] Total time: 8 s, completed Nov 10, 2011 11:25:31 PM