Skip to content

Instantly share code, notes, and snippets.

@sgodbillon
Created November 29, 2012 09:21
Show Gist options
  • Save sgodbillon/4167772 to your computer and use it in GitHub Desktop.
Save sgodbillon/4167772 to your computer and use it in GitHub Desktop.
ReactiveMongo dependencies
libraryDependencies ++= Seq(
"io.netty" % "netty" % "3.3.1.Final",
"com.typesafe.akka" % "akka-actor_2.10.0-RC2" % "2.1.0-RC2",
"play" % "play-iteratees_2.10" % "2.1-SNAPSHOT",
"ch.qos.logback" % "logback-core" % "1.0.0",
"ch.qos.logback" % "logback-classic" % "1.0.0",
"org.specs2" % "specs2_2.10.0-RC2" % "1.12.2" % "test",
"junit" % "junit" % "4.8" % "test"
)
> show full-classpath
[info] Compiling 2 Scala sources to /Volumes/Data/code/reactivemongo/target/scala-2.10/classes...
[warn] there were 1 feature warnings; re-run with -feature for details
[warn] one warning found
[info] List(Attributed(/Volumes/Data/code/reactivemongo/target/scala-2.10/classes), Attributed(/Users/sgo/.sbt/boot/scala-2.10.0-RC2/lib/scala-library.jar), Attributed(/Users/sgo/.ivy2/cache/io.netty/netty/bundles/netty-3.3.1.Final.jar), Attributed(/Users/sgo/.ivy2/cache/com.typesafe.akka/akka-actor_2.10.0-RC2/bundles/akka-actor_2.10.0-RC2-2.1.0-RC2.jar), Attributed(/Users/sgo/.ivy2/cache/com.typesafe/config/bundles/config-1.0.0.jar), Attributed(/Users/sgo/.ivy2/cache/play/play-iteratees_2.10/jars/play-iteratees_2.10-2.1-SNAPSHOT.jar), Attributed(/Users/sgo/.ivy2/cache/org.scala-stm/scala-stm_2.10.0-RC1/jars/scala-stm_2.10.0-RC1-0.6.jar), Attributed(/Users/sgo/.ivy2/cache/com.github.scala-incubator.io/scala-io-file_2.10.0-RC1/jars/scala-io-file_2.10.0-RC1-0.4.1.jar), Attributed(/Users/sgo/.ivy2/cache/com.github.scala-incubator.io/scala-io-core_2.10.0-RC1/jars/scala-io-core_2.10.0-RC1-0.4.1.jar), Attributed(/Users/sgo/.ivy2/cache/com.jsuereth/scala-arm_2.10.0-RC1/jars/scala-arm_2.10.0-RC1-1.2.jar), Attributed(/Users/sgo/.ivy2/cache/ch.qos.logback/logback-core/jars/logback-core-1.0.0.jar), Attributed(/Users/sgo/.ivy2/cache/ch.qos.logback/logback-classic/jars/logback-classic-1.0.0.jar), Attributed(/Users/sgo/.ivy2/cache/org.slf4j/slf4j-api/jars/slf4j-api-1.6.4.jar))
[success] Total time: 9 s, completed 29 nov. 2012 10:16:23
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment