Sure. Here is my build.sbt:

name := """project"""

version := "1.0.0"

lazy val root = (project in file(".")).enablePlugins(PlayScala)

scalaVersion := "2.11.1"

libraryDependencies ++= Seq(
  //
  // Webjars
  "org.webjars" %% "webjars-play" % "2.3.0-2",
  "org.webjars" % "jquery" % "2.1.1",
  "org.webjars" % "bootswatch-lumen" % "3.2.0",
  "org.webjars" % "emberjs" % "1.9.0",
  "org.webjars" % "emberjs-data" % "1.0.1-beta.11",
  "org.webjars" % "handlebars" % "2.0.0-1",
  //
  // OrientDB
  "com.orientechnologies" % "orientdb-graphdb" % "2.0-rc1"
)

The plugin is located in the "plugins" subfolder which is itself located in 
the root of the project.

project/build.sbt
project/plugins/orientdb-lucene-2.0-rc1-dist.jar





-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to