Bump PredictionIO to 0.14.0 (#8)
diff --git a/README.md b/README.md
index 799b5fc..d5b9b23 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,10 @@
## Versions
+### v0.14.0
+
+Update for Apache PredictionIO 0.14.0
+
### v0.13.0
Update for Apache PredictionIO 0.13.0
diff --git a/build.sbt b/build.sbt
index 537ef18..2ff4759 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,7 +1,7 @@
name := "template-java-parallel-ecommercerecommendation"
-scalaVersion := "2.11.8"
+scalaVersion := "2.11.12"
libraryDependencies ++= Seq(
- "org.apache.predictionio" %% "apache-predictionio-core" % "0.13.0" % "provided",
- "org.apache.spark" %% "spark-mllib" % "2.1.1" % "provided",
+ "org.apache.predictionio" %% "apache-predictionio-core" % "0.14.0" % "provided",
+ "org.apache.spark" %% "spark-mllib" % "2.4.0" % "provided",
"org.jblas" % "jblas" % "1.2.4")
diff --git a/project/assembly.sbt b/project/assembly.sbt
index d95475f..9c01471 100644
--- a/project/assembly.sbt
+++ b/project/assembly.sbt
@@ -1 +1 @@
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.7")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9")
diff --git a/project/build.properties b/project/build.properties
index c091b86..c0bab04 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.16
+sbt.version=1.2.8