Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 0842468

Browse files
shimamototakezoe
authored andcommitted
Bump PredictionIO to 0.14.0 (#15)
1 parent 10f4e32 commit 0842468

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ https://predictionio.apache.org/templates/classification/quickstart/
77

88
## Versions
99

10+
### v0.14.0
11+
12+
Update for Apache PredictionIO 0.14.0
13+
1014
### v0.13.0
1115

1216
Update for Apache PredictionIO 0.13.0

Diff for: build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "template-scala-parallel-classification"
22

3-
scalaVersion := "2.11.8"
3+
scalaVersion := "2.11.12"
44
libraryDependencies ++= Seq(
5-
"org.apache.predictionio" %% "apache-predictionio-core" % "0.13.0" % "provided",
6-
"org.apache.spark" %% "spark-mllib" % "2.1.1" % "provided")
5+
"org.apache.predictionio" %% "apache-predictionio-core" % "0.14.0" % "provided",
6+
"org.apache.spark" %% "spark-mllib" % "2.4.0" % "provided")

Diff for: project/assembly.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.7")
1+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9")

Diff for: project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.16
1+
sbt.version=1.2.8

0 commit comments

Comments
 (0)