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 13:47:31 UTC

[predictionio-template-skeleton] branch develop updated: Bump PredictionIO to 0.14.0 (#9)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 8be8aa5  Bump PredictionIO to 0.14.0 (#9)
8be8aa5 is described below

commit 8be8aa5da9309d3f90d526848924b27e8ea7f671
Author: takako shimamoto <ch...@gmail.com>
AuthorDate: Tue Mar 12 22:47:23 2019 +0900

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

diff --git a/README.md b/README.md
index 9ef253e..260e64e 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,10 @@ Please refer to https://predictionio.apache.org/templates/vanilla/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 9fc031a..1a3ae8c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,10 +1,10 @@
 name := "template-scala-parallel-vanilla"
 
-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.scalatest"           %% "scalatest"                % "3.0.4" % "test")
+  "org.apache.predictionio" %% "apache-predictionio-core" % "0.14.0" % "provided",
+  "org.apache.spark"        %% "spark-mllib"              % "2.4.0" % "provided",
+  "org.scalatest"           %% "scalatest"                % "3.0.5" % "test")
 
 // SparkContext is shared between all tests via SharedSingletonContext
 parallelExecution in Test := false
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