Skip to content

Commit

Permalink
Updated scala version to 2.11.8 to make it compatible with PredictioI…
Browse files Browse the repository at this point in the history
…O 0.12
  • Loading branch information
shankarkamra committed Dec 13, 2017
1 parent 8bd2c6a commit f7eda60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Expand Up @@ -4,10 +4,10 @@ assemblySettings

name := "template-scala-parallel-svd-item-similarity"

organization := "io.prediction"

organization := "org.apache.predictionio"
scalaVersion := "2.11.8"
libraryDependencies ++= Seq(
"io.prediction" %% "core" % pioVersion.value % "provided",
"org.apache.predictionio" %% "apache-predictionio-core" % pioVersion.value % "provided",
"org.apache.spark" %% "spark-core" % "1.3.0" % "provided",
"org.apache.spark" %% "spark-mllib" % "1.3.0" % "provided",
"org.xerial.snappy" % "snappy-java" % "1.1.1.7")
"org.xerial.snappy" % "snappy-java" % "1.1.1.7")

0 comments on commit f7eda60

Please sign in to comment.