Skip to content

Getting started in an SBT project

Lloyd edited this page Mar 6, 2016 · 1 revision

In your project/plugins.sbt, simply add the SBT-OpenCV plugin like so:

addSbtPlugin("com.beachape" % "sbt-opencv" % "1.3")

For more details, see SBT-OpenCV