Skip to content

Instantly share code, notes, and snippets.

@gstraymond
Last active January 5, 2017 09:46
Show Gist options
  • Save gstraymond/f241b7c50c68581131833165ba900542 to your computer and use it in GitHub Desktop.
Save gstraymond/f241b7c50c68581131833165ba900542 to your computer and use it in GitHub Desktop.
play mongo bson - build.sbt
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