blob: 29a59a9988f164bf54b2f2a57614ea1579682ece [file] [log] [blame]
name := "predictionio-admin"
version := "0.6.6"
organization := "io.prediction"
libraryDependencies ++= Seq(
"io.prediction" %% "predictionio-commons" % version.value,
"io.prediction" %% "predictionio-output" % version.value,
"commons-codec" % "commons-codec" % "1.8")
javaOptions in Test += "-Dconfig.file=conf/test.conf"
play.Project.playScalaSettings
scalariformSettings