You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2018/09/14 01:52:00 UTC

[2/2] incubator-toree git commit: Update to Scala 2.11.12

Update to Scala 2.11.12


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/7b444ee4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/7b444ee4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/7b444ee4

Branch: refs/heads/master
Commit: 7b444ee4441b0c1f2ab1d37d9b6dbcd14d5dce8c
Parents: cfdbcb4
Author: Luciano Resende <lr...@apache.org>
Authored: Thu Sep 13 18:51:16 2018 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Thu Sep 13 18:51:16 2018 -0700

----------------------------------------------------------------------
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/7b444ee4/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index 32ea4b9..f76d466 100644
--- a/build.sbt
+++ b/build.sbt
@@ -22,7 +22,7 @@ version in ThisBuild := Properties.envOrElse("VERSION", "0.0.0-dev") +
   (if ((isSnapshot in ThisBuild).value) "-SNAPSHOT" else "")
 isSnapshot in ThisBuild := Properties.envOrElse("IS_SNAPSHOT","true").toBoolean
 organization in ThisBuild := "org.apache.toree.kernel"
-crossScalaVersions in ThisBuild := Seq("2.11.8")
+crossScalaVersions in ThisBuild := Seq("2.11.12")
 scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
 Dependencies.sparkVersion in ThisBuild := {
   val envVar = "APACHE_SPARK_VERSION"