Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. libraryDependencies ++= Seq(
  2. "org.reactivemongo" %% "play2-reactivemongo" % "0.9"
  3. )
  4.  
  5. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  6. [warn] :: UNRESOLVED DEPENDENCIES ::
  7. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  8. [warn] :: org.reactivemongo#play2-reactivemongo_2.9.2;0.9: not found
  9. [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  10. sbt.ResolveException: unresolved dependency: org.reactivemongo#play2-eactivemongo_2.9.2;0.9: not found
  11.  
  12. $ scalac -version
  13. Scala compiler version 2.10.2 -- Copyright 2002-2013, LAMP/EPFL
  14.  
  15. $ play
  16. play! 2.1.3 (using Java 1.7.0_25 and Scala 2.10.0), http://www.playframework.org
  17.  
  18. addSbtPlugin("play" % "sbt-plugin" % "2.1.3")
  19.  
  20. "org.reactivemongo" % "play2-reactivemongo_2.10" % "0.9"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement