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