blob: 6674736b566d861140366bed613736d2c1cb7000 [file] [log] [blame]
name := "PredictionIO Connection Check Tool"
version := "0.4"
organization := "io.prediction"
scalaVersion := "2.10.0"
libraryDependencies ++= Seq(
"io.prediction" %% "predictionio-commons" % "0.4"
)
resolvers ++= Seq(
"Local Maven Repository" at "file://"+Path.userHome.absolutePath+"/.m2/repository"
)