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:51:59 UTC

[1/2] incubator-toree git commit: Update to SBT 1.2.1

Repository: incubator-toree
Updated Branches:
  refs/heads/master 7faaf933a -> 7b444ee44


 Update to SBT 1.2.1


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

Branch: refs/heads/master
Commit: cfdbcb4097a9f795c22f119fe759fec327882b61
Parents: 7faaf93
Author: Luciano Resende <lr...@apache.org>
Authored: Thu Sep 13 18:50:58 2018 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Thu Sep 13 18:50:58 2018 -0700

----------------------------------------------------------------------
 project/build.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/cfdbcb40/project/build.properties
----------------------------------------------------------------------
diff --git a/project/build.properties b/project/build.properties
index ff28b3d..4e2e386 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -15,4 +15,4 @@
 #  limitations under the License
 #
 
-sbt.version=1.0.3
+sbt.version=1.2.1


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

Posted by lr...@apache.org.
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"