Created
October 3, 2018 21:14
-
-
Save htimur/4eecbeb01af28ae8a3d5700c29c670a9 to your computer and use it in GitHub Desktop.
mongo oplog tailing sbt build file
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
| 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