blob: bef0655e4a77abbef21b7b1cbd352cdd0d17d025 [file] [log] [blame]
name := "PredictionIO 0.1 to 0.2 (AlgoInfos)"
version := "0.2-SNAPSHOT"
organization := "io.prediction"
scalaVersion := "2.10.0"
libraryDependencies ++= Seq(
"org.mongodb" %% "casbah" % "2.5.0",
"com.typesafe" % "config" % "1.0.0"
)