Skip to content

Instantly share code, notes, and snippets.

@duanebester
Last active May 31, 2018 13:12
Show Gist options
  • Save duanebester/cacd201383aec7ddd6bf871a9540eb43 to your computer and use it in GitHub Desktop.
Save duanebester/cacd201383aec7ddd6bf871a9540eb43 to your computer and use it in GitHub Desktop.
// Dependencies
libraryDependencies += "net.sourceforge.tess4j" % "tess4j" % "4.0.0"
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.5.12"
libraryDependencies += "com.typesafe.akka" %% "akka-http" % "10.1.1"
libraryDependencies += "com.typesafe.akka" %% "akka-http-spray-json" % "10.1.1"
// Plugins
addSbtPlugin("org.bytedeco" % "sbt-javacv" % "1.16")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment