Merge branch 'update-pio_0.11.0' of https://github.com/takezoe/incubator-predictionio-template-text-classifier
diff --git a/build.sbt b/build.sbt
index deeffa8..594c0de 100644
--- a/build.sbt
+++ b/build.sbt
@@ -5,6 +5,6 @@
 scalaVersion := "2.10.5"
 
 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.4.1" % "provided",
   "org.apache.spark"        %% "spark-mllib"              % "1.4.1" % "provided")
diff --git a/project/assembly.sbt b/project/assembly.sbt
index 20861f2..e17409e 100644
--- a/project/assembly.sbt
+++ b/project/assembly.sbt
@@ -1 +1 @@
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.13.0")
\ No newline at end of file
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4")
diff --git a/project/build.properties b/project/build.properties
index 43b8278..64317fd 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.11
+sbt.version=0.13.15