blob: b8d2a35573ea2cd84ee1628d9e63c001bb774e9c [file] [log] [blame]
name := "predictionio-api"
version := "0.7.1"
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