blob: d8b47d385b2523b2e0489e15e807c465abe39a7e [file] [log] [blame]
import AssemblyKeys._
assemblySettings
name := "PredictionIO-Process-ItemRec-Evaluations-ParamGen"
version := "0.4-SNAPSHOT"
scalaVersion := "2.10.0"
libraryDependencies ++= Seq(
"io.prediction" %% "predictionio-commons" % "0.4-SNAPSHOT",
"ch.qos.logback" % "logback-classic" % "1.0.9",
"ch.qos.logback" % "logback-core" % "1.0.9",
"com.typesafe" % "config" % "1.0.0",
"org.clapper" %% "grizzled-slf4j" % "1.0.1"
)
resolvers ++= Seq(
"Local Maven Repository" at "file://"+Path.userHome.absolutePath+"/.m2/repository"
)