blob: 413604014ecb9db8c6927e9909cbf434cb16c3e3 [file] [log] [blame]
name := "predictionio-api"
version := "0.7.3"
organization := "io.prediction"
libraryDependencies ++= Seq(
"io.prediction" %% "predictionio-commons" % version.value,
"io.prediction" %% "predictionio-output" % version.value)
javaOptions in Test += "-Dconfig.file=conf/test.conf"
play.Project.playScalaSettings
scalariformSettings