Bump to PIO 0.11.0-incubating and enhance sbt configuration Closes #6
Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-skeleton/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-skeleton/commit/8da8d93c Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-skeleton/tree/8da8d93c Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-skeleton/diff/8da8d93c Branch: refs/heads/develop Commit: 8da8d93c32e1e54dca86b9ae66bc7f9f7ee7c11e Parents: 349b887 Author: Naoki Takezoe <[email protected]> Authored: Wed May 3 15:53:49 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Wed May 3 15:53:49 2017 -0700 ---------------------------------------------------------------------- build.properties | 1 + build.sbt | 6 +----- project/assembly.sbt | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-skeleton/blob/8da8d93c/build.properties ---------------------------------------------------------------------- diff --git a/build.properties b/build.properties new file mode 100644 index 0000000..64317fd --- /dev/null +++ b/build.properties @@ -0,0 +1 @@ +sbt.version=0.13.15 http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-skeleton/blob/8da8d93c/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index 7615d32..1300f14 100644 --- a/build.sbt +++ b/build.sbt @@ -1,13 +1,9 @@ -import AssemblyKeys._ - -assemblySettings - name := "template-scala-parallel-vanilla" organization := "org.apache.predictionio" 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-skeleton/blob/8da8d93c/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")
