Last active
January 5, 2017 09:46
-
-
Save gstraymond/f241b7c50c68581131833165ba900542 to your computer and use it in GitHub Desktop.
play mongo bson - build.sbt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resolvers ++= Seq( | |
… | |
"Sonatype OSS" at "https://oss.sonatype.org/content/groups/public" | |
) | |
libraryDependencies ++= Seq( | |
… | |
"ai.snips" %% "play-mongo-bson" % "0.2", | |
"org.mongodb.scala" %% "mongo-scala-driver" % "1.1.1" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment