Skip to content

Instantly share code, notes, and snippets.

@htimur
Created October 3, 2018 21:14
Show Gist options
  • Select an option

  • Save htimur/4eecbeb01af28ae8a3d5700c29c670a9 to your computer and use it in GitHub Desktop.

Select an option

Save htimur/4eecbeb01af28ae8a3d5700c29c670a9 to your computer and use it in GitHub Desktop.
mongo oplog tailing sbt build file
name := "MongoDB Replica Set oplog tailing with Akks Streams"
version := "1.0"
scalaVersion := "2.12.7"
libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.2.3",
"org.mongodb.scala" %% "mongo-scala-driver" % "2.4.2",
"com.typesafe.akka" %% "akka-stream" % "2.5.17"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment