GitHub user Myllyenko opened a pull request:
https://github.com/apache/incubator-toree/pull/143
Scala version specifics separation
This PR separates code, dependencies, etc. specific to 2.10 and 2.11 Scala
versions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Myllyenko/incubator-toree
scala-version-specifics-separation
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-toree/pull/143.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #143
----
commit 2a902244345298e5312147cab91b3198a3f1b9d0
Author: Igor Melnichenko <[email protected]>
Date: 2017-08-16T10:02:10Z
Separating Scala version-specific features of the KernelBootstrap class.
commit 3b27cacde4bcdf9b26dc55d494fdcdf84b8461ec
Author: Igor Melnichenko <[email protected]>
Date: 2017-08-16T10:46:33Z
Separating Scala version-specific features of the ScalaDisplayers class.
commit 6efe6061b4aadf297a8e2f7a3e16894acbe4217a
Author: Igor Melnichenko <[email protected]>
Date: 2017-10-25T12:04:20Z
Separating Akka versions for Scala 2.10 and 2.11.
commit ff916c1a41358448a78aece66dba7bf983ec28d3
Author: Igor Melnichenko <[email protected]>
Date: 2017-10-25T13:39:34Z
Separating scalac options for Scala 2.10 and 2.11.
----
---