Repository: incubator-predictionio-template-similar-product Updated Branches: refs/heads/develop 9c240b546 -> 893fca51b
Bump to PIO 0.11.0-incubating and enhance sbt configuration Closes #14 Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-similar-product/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-similar-product/commit/5535929a Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-similar-product/tree/5535929a Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-similar-product/diff/5535929a Branch: refs/heads/develop Commit: 5535929aec4102f9ab87b338461d82b627f647ef Parents: 9c240b5 Author: Naoki Takezoe <[email protected]> Authored: Wed May 3 17:12:15 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Wed May 3 17:12:15 2017 -0700 ---------------------------------------------------------------------- build.sbt | 6 +----- project/assembly.sbt | 2 +- project/build.properties | 1 + 3 files changed, 3 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-similar-product/blob/5535929a/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index e47aee3..a77990c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,3 @@ -import AssemblyKeys._ - -assemblySettings - name := "template-scala-parallel-similarproduct" organization := "org.apache.predictionio" @@ -11,7 +7,7 @@ parallelExecution in Test := false test in assembly := {} libraryDependencies ++= Seq( - "org.apache.predictionio" %% "apache-predictionio-core" % "0.10.0-incubating" % "provided", + "org.apache.predictionio" %% "apache-predictionio-core" % "0.11.0-incubating" % "provided", "org.apache.spark" %% "spark-core" % "1.3.0" % "provided", "org.apache.spark" %% "spark-mllib" % "1.3.0" % "provided", "org.scalatest" %% "scalatest" % "2.2.1" % "test") http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-similar-product/blob/5535929a/project/assembly.sbt ---------------------------------------------------------------------- diff --git a/project/assembly.sbt b/project/assembly.sbt index 54c3252..e17409e 100644 --- a/project/assembly.sbt +++ b/project/assembly.sbt @@ -1 +1 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4") http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-similar-product/blob/5535929a/project/build.properties ---------------------------------------------------------------------- diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..64317fd --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=0.13.15
