You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by ta...@apache.org on 2019/03/12 12:50:14 UTC

[predictionio-template-recommender] branch master updated: Bump PredictionIO to 0.14.0 (#21)

This is an automated email from the ASF dual-hosted git repository.

takezoe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/predictionio-template-recommender.git


The following commit(s) were added to refs/heads/master by this push:
     new dd9c45c  Bump PredictionIO to 0.14.0 (#21)
     new c70d9c1  Merge branch 'develop'
dd9c45c is described below

commit dd9c45c60eb2fa1df4705c123a9c8bf98ddfe9cf
Author: takako shimamoto <ch...@gmail.com>
AuthorDate: Tue Mar 12 21:26:44 2019 +0900

    Bump PredictionIO to 0.14.0 (#21)
---
 README.md                | 4 ++++
 build.sbt                | 6 +++---
 project/assembly.sbt     | 2 +-
 project/build.properties | 2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 815f40a..0952a96 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,10 @@ https://predictionio.apache.org/templates/recommendation/quickstart/.
 
 ## 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 4d6c535..da97c20 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
 name := "template-scala-parallel-recommendation"
 
-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")
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