blob: 3c79034232146c2f5090903df4d30cdc694e5563 [file] [log] [blame]
name := "PredictionIO Settings Initialization"
version := "0.4"
organization := "io.prediction"
scalaVersion := "2.10.0"
scalacOptions ++= Seq("-deprecation")
libraryDependencies ++= Seq(
"io.prediction" %% "predictionio-commons" % "0.4"
)
resolvers ++= Seq(
"Local Maven Repository" at "file://"+Path.userHome.absolutePath+"/.m2/repository"
)